Porting Graal to Clojure
Jim Duey
jim.duey at gmail.com
Tue May 1 06:40:28 PDT 2012
For anyone interested, I've started porting Graal to Clojure. (Clojure
is a Lisp that runs on the JVM.)
Here's my first blog post that describes parsing a method's bytecode
into basic blocks.
http://www.clojure.net/2012/05/01/New-Project/
On of the things I'm trying to show is the difference between typical
OOP style and Functional Programming style. I'd love to hear any
comments anyone would have.
Jim
More information about the graal-dev
mailing list