Skip to content

Commit 27248bb

Browse files
authored
Merge pull request vinta#928 from perey/patch-1
Re-add Cython to the list.
2 parents 8f6aa14 + 4aa45bf commit 27248bb

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)