You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -690,7 +690,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
690
690
*Implementations of Python.*
691
691
692
692
*[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
694
695
*[Grumpy](http://grump.io) - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
695
696
*[IronPython](https://github.com/IronLanguages/ironpython3) - Implementation of the Python programming language written in C# targeting the .NET Framework and Mono.
696
697
*[Jython](https://hg.python.org/jython) - Implementation of Python programming language written in Java for the Java virtual machine (JVM).
0 commit comments