Skip to content

Commit 4aa45bf

Browse files
authored
Re-add Cython to the list.
Commit 192305d, which merged the "Implementations" and "High Performance" sections, erroneously merged the CPython and Cython entries into one.
1 parent 8f6aa14 commit 4aa45bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
690690
*Implementations of Python.*
691691

692692
* [CLPython](https://github.com/metawilm/cl-python) - Implementation of the Python programming language written in Common Lisp.
693-
* [CPython](https://github.com/python/cpython) - **Default, most widely used implementation of the Python programming language written in C.** Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
693+
* [CPython](https://github.com/python/cpython) - **Default, most widely used implementation of the Python programming language written in C.**
694+
* [Cython](http://cython.org/) - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains
694695
* [Grumpy](http://grump.io) - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
695696
* [IronPython](https://github.com/IronLanguages/ironpython3) - Implementation of the Python programming language written in C# targeting the .NET Framework and Mono.
696697
* [Jython](https://hg.python.org/jython) - Implementation of Python programming language written in Java for the Java virtual machine (JVM).

0 commit comments

Comments
 (0)