Slashdot Mirror


User: merlin_jim

merlin_jim's activity in the archive.

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

Comments · 1,176

  1. Re:Doomed to fail on Could .NET Render An MS Breakup Verdict Irrelevant? · · Score: 1
    On the point of .NET's own programming language; this is patently untrue. Not only is .NET available in all the MS languages (VB/VBScript, C++), but it's also got third-party links so that it's incredibly easy to write a third party programming language and hook it into Visual Studio; yes, use the same IDE for different compilers. Already, Java, Cobol, Forth, Prolog, Perl, and Eiffel compilers have been announced, just to name a few.

    Yes, there is a new language in .NET, called C# (C-Sharp). But, if you examine it, it's just a hybrid of C++ with .NET technologies (such as a new foreach keyword for enumeration)