Slashdot Mirror


User: vesamies

vesamies's activity in the archive.

Stories
0
Comments
77
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 77

  1. What compiler? on xMach GPL Free · · Score: 1

    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.

  2. Re:How is .NET VM going to be better than Java VM? on Mercury Researchers Explain Microsoft .NET · · Score: 2

    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