Jump to letter: [
29ABCDEFGHIJKLMNOPQRSTVWX
]
python-fn - Features to allow functional programming in Python
- Description:
Despite the fact that Python is not pure-functional programming language, it's
a multi-paradigm PL and it gives you enough freedom to take credits from
functional programming approach. There are theoretical and practical advantages
to the functional style:
- Formal provability
- Modularity
- Composability
- Ease of debugging and testing
Fn.py library provides you with missing "batteries" to get maximum from
functional approach even in mostly-imperative program.
Packages