skip to navigation
skip to content

functional 0.7.0

Tools for functional programming in python

Downloads ↓

functional provides Python users with numerous tools common in functional programming, such as foldl, foldr, flip, as well as mechanisms for partial function application and function composition. functional also includes sane versions of the Python builtins map() and filter(), written without the weird semantics of the builtin versions.

functional comes in two flavours: one is written in a combination of C and Python, focusing on performance. The second is written in pure Python and emphasises code readability and portability. The pure-Python variant is also recommended if your setup does not allow compilation of third-party extension modules.

 
File Type Py Version Uploaded on Size # downloads
functional-C-0.7.0-py2.3-linux-i686.egg (md5)
C version
Python Egg 2.3 2006-08-02 30KB 1181
functional-C-0.7.0-py2.4-linux-i686.egg (md5)
C version
Python Egg 2.4 2006-08-02 30KB 1006
functional-C-0.7.0-py2.5-linux-i686.egg (md5)
C version
Python Egg 2.5 2006-08-02 31KB 1029
functional-C-0.7.0.tar.gz (md5)
C version
Source 2006-07-31 15KB 774
functional-Py-0.7.0-py2.3.egg (md5)
Pure Python version
Python Egg 2.3 2006-07-31 7KB 1185
functional-Py-0.7.0-py2.4.egg (md5)
Pure Python version
Python Egg 2.4 2006-07-31 7KB 1030
functional-Py-0.7.0-py2.5.egg (md5)
Pure Python version
Python Egg 2.5 2006-07-31 7KB 1081
functional-Py-0.7.0.tar.gz (md5)
Pure Python version
Source 2006-07-31 10KB 1013