
10 Nov
2008
10 Nov
'08
8:33 p.m.
On 11/10/08, Johannes Waldmann
We have Language.Haskell and Language.C - is there something similar for Java as well? For JVM Bytecode? Any hints appreciated - J.W.
There's some code for manipulating JVM bytecode in lambdavm. http://www.cs.rit.edu/~bja8464/lambdavm/ It is inconveniently licensed (GPL) and depends on a massive great big utils package by the author, so probably not the most useful of references, but maybe it's a suitable start. :-)