Language.{Java,JVM} ?
David MacIver
david.maciver at gmail.com
Mon Nov 10 20:33:33 EST 2008
On 11/10/08, Johannes Waldmann <waldmann at imn.htwk-leipzig.de> wrote:
> 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. :-)
More information about the Libraries
mailing list