Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Microsoft

One Runtime To Bind Them All 479

Sowbug writes "Here's some interesting Saturday night reading: a critical examination of many of the advertised benefits of .NET's CLR (Common Language Runtime) and the other technologies (MSIL, CLS, CTS) that make it possible. It's written from the perspective of a Java advocate, Osvaldo Pinali Doederlein. "
This discussion has been archived. No new comments can be posted.

One Runtime To Bind Them All

Comments Filter:
  • by SimonK ( 7722 ) on Saturday February 09, 2002 @07:40PM (#2980522)
    Meyer brought into .NET from an early stage, as did several other academics with pet languages noone ever uses. He doesn't tackle the (huge) issues with actually implementing Eiffel on the CLR, probably because he's starting to lose touch with reality due to spending too much time being a pundit.
  • by lkaos ( 187507 ) <anthony@NOspaM.codemonkey.ws> on Saturday February 09, 2002 @07:51PM (#2980549) Homepage Journal
    If it is desired to have a multi-language runtime to run on any platform, then the answer is simply:

    Use an x86 emulator for all non-x86 platforms.

    Let's be frank, Windows doesn't run on many(any?) non-x86 platforms so this makes a bit of sense. Instead of trying to design OOP intrinsically into the run-time, why not just agree on a common ABI.

    Protection mechanisms can be handled through the run-time library. There really is not need for a CLR that is truly capable of running multiple languages.

    That is not what MS is after though. MS is trying to compete with Java. There is no need for a CLR. This article really hits on a key issue.

    Different hardware, different languages, and different ABI's all exist because they fit different niches. There can never be a system that handles everything as efficently.
  • by Deluge ( 94014 ) on Saturday February 09, 2002 @10:32PM (#2980950)
    "what about Servlet programming and JSP for dynamic web pages and database connectivity? These are desktop applications! They just run in a browser; on the desktop"

    Very true. .jsp pages seem to be by far the most common dynamic pages seen on bank and investment websites. I'd say that seeing such heavy use in such demanding environments speaks quite well to how successful java's been.
  • by KlomDark ( 6370 ) on Monday February 11, 2002 @02:32AM (#2985491) Homepage Journal
    Remember the whole story about the _other_ rings: Power given to the leaders, to control their people. Of course, the leaders took the rings out of their personal greed. Sauron completely takes them, as he is able to control all the other rings, and holders of those rings, with the ONE RING.

    Sounds just like it: Here, use these beautiful new "rings" (.NET), and all will be good. At least until I use my super-powers to control you when you least expect it.

The moon is made of green cheese. -- John Heywood

Working...