Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37404123
en ru br
ALT Linux repos
S:0.6.3-alt2

Group :: Development/Python3
RPM: python3-module-OSlash

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.6.3-alt2
Build date: 6 october 2022, 15:53 ( 80.1 weeks ago )
Size: 41.23 Kb

Home page:   https://pypi.org/project/OSlash

License: MIT
Summary: Functors, Applicatives, And Monads in Python
Description:

OSlash is a library for playing with functional programming in Python 3.8+.
It's an attempt to re-implement some of the code from Learn You a Haskell
for Great Good! in Python 3.8. OSlash unifies functional and object oriented
paradigms by grouping related functions within classes. Objects are however
never used for storing values or mutable data, and data only lives within
function closures.

OSlash is intended to be a tutorial. For practical functional programming
in Python in production environments you should use FSlash instead.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-OSlash
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin