jasondelaat / pymonad
PyMonad implements data structures typically available in pure functional or functional first programming languages like Haskell and F#. Included are Monad and Monoid data types with several common monads included - such as Maybe and State - as well as some useful tools such as the @curry decorator for defining curried functions. PyMonad 2.x.x r…
☆204Updated 9 months ago
Alternatives and similar repositories for pymonad:
Users that are interested in pymonad are comparing it to the libraries listed below
- Write short and fully-typed lambdas where you need them.☆275Updated last year
- Smart, pythonic, ad-hoc, typed polymorphism for Python☆695Updated last month
- Functional, composable, asynchronous, type-safe Python.☆151Updated last year
- Functional programming for Python☆563Updated last month
- Phantom types for Python.☆210Updated last week
- Missing features of fp in Python -- active fork of kachayev/fn.py☆151Updated last year
- Supercharge your Python with parts of Lisp and Haskell.☆93Updated 4 months ago
- A python lens library for manipulating deeply nested immutable structures☆319Updated last year
- ☆72Updated last year
- Functors, Applicatives, And Monads in Python☆723Updated 9 months ago
- Statically typed, purely functional effects for Python.☆72Updated 8 months ago
- Functional programming in Python with generators and other utilities.☆265Updated last year
- Extensible methods for Python a la Haskell's typeclasses.☆59Updated last year
- Reusable constraint types to use with typing.Annotated☆527Updated last month
- Algebraic data types for Python (experimental, not actively maintained)☆171Updated 3 years ago
- itertools and builtins for AsyncIO and mixed iterables☆251Updated 2 months ago
- Multiple dispatch☆823Updated 2 months ago
- Multiple argument dispatching.☆288Updated 2 weeks ago
- Runtime inspection utilities for Python typing module☆354Updated 6 months ago
- ZIO for Python☆83Updated last year
- Deserialize to objects while staying DRY☆159Updated last year
- "fork" of PyMonad on BitBucket to change the ``*`` functor/composition operator to ``<<``☆31Updated 10 years ago
- Backported and experimental type hints for Python☆468Updated this week
- Easy and elegant parser combinators for Python. With awesome docs.☆381Updated 3 weeks ago
- Operator overloading for fast anonymous functions.☆50Updated last month
- Cython implementation of Toolz: High performance functional utilities☆1,023Updated last month
- Mypy stubs, i.e., type information, for numpy, pandas and matplotlib☆203Updated 3 years ago
- Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or f…☆348Updated this week
- JSON (de)serialization, GraphQL and JSON schema generation using Python typing.☆232Updated this week
- Design-by-contract in Python3 with informative violation messages and inheritance☆353Updated 4 months ago