Author: Matti Picus <[email protected]>
Branch: 
Changeset: r88367:7ec0e5fa958a
Date: 2016-11-13 21:08 +0200
http://bitbucket.org/pypy/pypy/changeset/7ec0e5fa958a/

Log:    break too-long lines, clarify PyPy.js

diff --git a/rpython/doc/examples.rst b/rpython/doc/examples.rst
--- a/rpython/doc/examples.rst
+++ b/rpython/doc/examples.rst
@@ -7,21 +7,35 @@
 
 Actively Developed:
 
-  * PyPy, Python, very complete and maintained, http://pypy.org
-  * Pydgin, CPU emulation framework, supports ARM well, jitted, active 
development, https://github.com/cornell-brg/pydgin
-  * RSqueak VM, Smalltalk, core complete, JIT working, graphics etc getting 
there, in active development https://github.com/HPI-SWA-Lab/RSqueak
-  * Pixie, 'A small, fast, native lisp with "magical" powers', jitted, 
maintained, https://github.com/pixie-lang/pixie
-  * Monte, 'A dynamic language inspired by Python and E.' has an rpython 
implementation, in active development, https://github.com/monte-language/typhon
-  * Typhon, 'A virtual machine for Monte', in active development, 
https://github.com/monte-language/typhon
-  * Tulip, an untyped functional language, in language design mode, 
maintained, https://github.com/tulip-lang/tulip/
-  * Pycket, a Racket implementation, proof of concept, small language core 
working, a lot of primitives are missing. Slow development 
https://github.com/samth/pycket
-  * Lever, a dynamic language with a modifiable grammar, actively developed, 
https://github.com/cheery/lever
+  * PyPy, Python2 and Python3, very complete and maintained, http://pypy.org
+  * Pydgin, CPU emulation framework, supports ARM well, jitted, active
+    development, https://github.com/cornell-brg/pydgin
+  * RSqueak VM, Smalltalk, core complete, JIT working, graphics etc getting
+    there, in active development https://github.com/HPI-SWA-Lab/RSqueak
+  * Pixie, 'A small, fast, native lisp with "magical" powers', jitted,
+    maintained, https://github.com/pixie-lang/pixie
+  * Monte, 'A dynamic language inspired by Python and E.' has an rpython
+    implementation, in active development, 
https://github.com/monte-language/typhon
+  * Typhon, 'A virtual machine for Monte', in active development,
+    https://github.com/monte-language/typhon
+  * Tulip, an untyped functional language, in language design mode, maintained,
+     https://github.com/tulip-lang/tulip/
+  * Pycket, a Racket implementation, proof of concept, small language core
+    working, a lot of primitives are missing. Slow development 
+    https://github.com/samth/pycket
+  * Lever, a dynamic language with a modifiable grammar, actively developed,
+    https://github.com/cheery/lever
 
 Complete, functioning, but inactive
 
   * Converge 2, complete, last release version 2.1 in Feb 2015, 
http://convergepl.org/
-  * Pyrolog, Prolog, core complete, extensions missing, last commit in Nov 
2015, http://bitbucket.org/cfbolz/pyrolog
-  * PyPy.js, adds a JavaScript backend to pypy, http://pypyjs.org
+  * Pyrolog, Prolog, core complete, extensions missing, last commit in Nov
+    2015, http://bitbucket.org/cfbolz/pyrolog
+  * PyPy.js, compiles PyPy to Javascript via emscripten_, with a custom JIT 
+    backend that emits asm.js_ code at runtime, http://pypyjs.org
+
+.. _emscripten: http://emscripten.org
+.. _asm.js: http://asmjs.org
 
 Inactive (last reviewed Sept 2015):
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to