From d26f94ba375197f03dfb7f038c3021a08acc0a92 Mon Sep 17 00:00:00 2001 From: thinwybk Date: Tue, 10 Jan 2017 19:58:19 +0100 Subject: [PATCH] add: grumpy https://opensource.googleblog.com/2017/01/grumpy-go-running-python.html --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33415a34..809a96bd 100644 --- a/README.md +++ b/README.md @@ -696,6 +696,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [CLPython](https://github.com/metawilm/cl-python) - Implementation of the Python programming language written in Common Lisp. * [CPython](https://hg.python.org/cpython) - **Default, most widely used implementation of the Python programming language written in C.** +* [Grumpy](http://grump.io) - More compiler than interpreter as more powerful CPython2.7 replacement (alpha). * [IronPython](https://github.com/IronLanguages/ironpython3) - Implementation of the Python programming language written in C# targeting the .NET Framework and Mono. * [Jython](https://hg.python.org/jython) - Implementation of Python programming language written in Java for the Java virtual machine (JVM). * [MicroPython](https://github.com/micropython/micropython) - MicroPython - a lean and efficient Python programming language implementation for microcontrollers and constrained systems