/fpelements

Small set of functional programming tools for python

Primary LanguagePython

fpelements

Small set of functional programming tools for python, inspired by haskell and scala.

Build Status Coverage Status

Project was made as attempt to know haskell, scala and functional programming abstractions better and to try to apply them to python.

Installation

Go to fpelements directory and execute:

  • pip install -r requirements/base.txt
  • python setup.py sdist
  • pip install dist/fpe-<version>.tar.gz

Note. Python 3.5 is required.


Repo on GitHub Repo on GitLab