[pypy-commit] pypy default: add lever, typhon (Samureus on IRC plus my interpretation of the README)

mattip pypy.commits at gmail.com
Sat Nov 12 15:38:57 EST 2016


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r88334:2e5362135372
Date: 2016-11-12 22:38 +0200
http://bitbucket.org/pypy/pypy/changeset/2e5362135372/

Log:	add lever, typhon (Samureus on IRC plus my interpretation of the
	README)

diff --git a/rpython/doc/examples.rst b/rpython/doc/examples.rst
--- a/rpython/doc/examples.rst
+++ b/rpython/doc/examples.rst
@@ -12,8 +12,10 @@
   * 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 grammer, actively developed, https://github.com/cheery/lever
 
 Complete, functioning, but inactive
 


More information about the pypy-commit mailing list