Just two add my two cents: I made the JVM backend translate the standard interpreter in the jvm-improvements branch a few months ago (just a few changes). The branch has been closed though and I had a busy time so I didn't do anything about it.
For the last few weeks/months I was sitting in my cave and working on my thesis, which now lets you use JVM classes directly in RPython (rjvm) and also contains a naive, reflection-based jvm module for the resulting interpreter. I know this is not in the OSS spirit, but it so happened, sorry. I'm planning to merge my changes soon and hopefully keep on working on the JVM backend. MichaĆ On Thu, May 24, 2012 at 6:23 PM, [email protected] <[email protected]> wrote: > On Thu, May 24, 2012 at 9:19 AM, Timothy Baldridge <[email protected]> > wrote: > >> Side note, I would really love to see the JVM backend more maintained. >> If I could write Clojure in RPython, then run it on the JVM...with a >> full tracing JIT, that would just be insanely awesome. > Holy turtles all the way down batman! :) > > -Frank > _______________________________________________ > pypy-dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pypy-dev _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
