← Back to Users
vesamies's activity in the archive.
I also want to know what compiler they have. And that 3 megabytes probably don't include the compiler nor the userland. Interesting project though.
ML programs are hard to compile to Java bytecodes, since Java functions aren't tail recursive. There exists ML to Java byte code compiler (MLj) but it suffers from this limitation. The MLj Compiler
I also want to know what compiler they have. And that 3 megabytes probably don't include the compiler nor the userland. Interesting project though.
ML programs are hard to compile to Java bytecodes, since Java functions aren't tail recursive. There exists ML to Java byte code compiler (MLj) but it suffers from this limitation. The MLj Compiler