Last active
February 5, 2022 08:29
-
-
Save mlaugharn/31656564a35509a17295ae2e7695a068 to your computer and use it in GitHub Desktop.
python fp tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
algebraic data types | |
- adt | |
- opeltre/fp | |
typechecking: | |
- mypy | |
- dry-python/returns | |
- life4/deal | |
typeclasses: | |
- python-typeclasses | |
- dry-python/classes | |
compositionality / HOFs / better lambdas: | |
- fnpy/fn.py | |
- coconut | |
- dry-python/lambdas | |
pattern matching: | |
- 3.10 structural matching | |
- coconut | |
partial app.: | |
- functools | |
- coconut | |
- autocurry | |
data structure optics: | |
- lenses | |
monads: | |
- oslash | |
functors: | |
- jax pmap/vmap/xmap | |
IO: | |
- raffiot.py | |
computational graphs / data-structures: | |
- tree_math | |
- awkward array | |
- jraph | |
pipelines: | |
- PyFunctional | |
side-effect containment: | |
- python-effect/effect | |
parsers: | |
- funcparserlib | |
misc: | |
- funcy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment