Implements a Sea-of-Nodes style SSA compiler framework for the JVM. It is developed with the intent to be used by dynamic languages, Jython and JRuby in particular, but should be usable to anyone on the JVM.
Administrator
This is an implementation of a Java integration layer for Python that aims to be compatible across all implementations of Python. The details of this integration layer was first outlined in http://journal.thobe.org/2009/08/java-integration-in-future-jython.html
Administrator
Source of The Definitive Guide to Jython, to be published by Apress in 2009, and available here under the Creative Commons Share Alike 3.0 license.
Observer