Package python3-module-OSlash: Information
Source package: python3-module-OSlash
Version: 0.6.3-alt4.1.1
Build time: Aug 16, 2025, 07:44 AM
Category: Development/Python3
Report package bugHome 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.
Maintainer: Grigory Ustinov
Last changed
April 2, 2025 Stanislav Levin 0.6.3-alt4.1.1
- NMU: fixed FTBFS (setuptools 75.8.1)
Feb. 6, 2025 Stanislav Levin 0.6.3-alt4.1
- NMU: fixed FTBFS (tox 4).
April 22, 2024 Grigory Ustinov 0.6.3-alt4
- Very tiny spec refactoring.