[Haskell-cafe] A Java bytecode interpreter written in Haskell

martin monkleyon at googlemail.com
Wed May 25 04:23:26 UTC 2016


> I have written, in Haskell, something that aspires to be a Java
> Virtual Machine

That sounds interesting...
Just to be sure: I suppose it executes the code "live" just like a
"real" JVM?
Or do you compile Bytecode to Haskell - which would mean you found a way
to sidestep a lot of the issues the authors of the
[MateVM](https://github.com/MateVM/MateVM) must have run into?

Also, do you have any concrete plans what you want to use it for when
it's ready or was that just a really involved and commendable exercise?

Cheers, Martin


More information about the Haskell-Cafe mailing list