Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
python-fn-0.2.12-6.el6.src
[25 KiB] |
Changelog
by Ricky Elrod (2013-07-17):
- Move the description block of the python3 subpackage to within the conditional.
|