| Name: | python-fn |
|---|---|
| Version: | 0.4.3 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 178102 |
| License: | ASL 2.0 |
| RPM: | python-fn-0.4.3-1.el7.noarch.rpm |
| Source RPM: | python-fn-0.4.3-1.el7.src.rpm |
| Build Date: | Wed Oct 25 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/kachayev/fn.py |
| Summary: | 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. |