
25 May
2016
25 May
'16
4:23 a.m.
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