Merge pull request #827 from evhub/master

Adds Coconut
This commit is contained in:
Vinta 2018-09-10 12:50:19 +08:00 committed by GitHub
commit d15d4c4492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,6 +620,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Functional Programming with Python.* *Functional Programming with Python.*
* [Coconut](http://coconut-lang.org/) - Coconut is a variant of Python built for simple, elegant, Pythonic functional programming.
* [CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities. * [CyToolz](https://github.com/pytoolz/cytoolz/) - Cython implementation of Toolz: High performance functional utilities.
* [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP. * [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools. * [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.