Slashdot Mirror


User: andrewkennedy

andrewkennedy's activity in the archive.

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

Comments · 1

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

    The Intermediate Language used by the .NET runtime includes a "tailcall" annotation, so it's a great deal easier to compile functional languages without worrying about stack overflow. At Microsoft Research in Cambridge we're working on a compiler for SML that targets the .NET runtime and includes interop features similar in spirit to MLj. Watch this space! - Andrew.