From c772e050468a975073db74b4261f98367af80940 Mon Sep 17 00:00:00 2001 From: Evan Hubinger Date: Mon, 30 Jan 2017 23:57:52 -0800 Subject: [PATCH] Adds Coconut --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af35624..280d96d6 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *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. * [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.