Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



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:
  • Unbiased Articles? (Score:4, Insightful)

    by Scrag ( 137843 ) on Saturday February 09, 2002 @06:42PM (#2980389)
    I have seen several articles on .net in the last week. All of them have been from Java advocates or MS haters. Could we please get some unbiased articles on .net? It is going to be a very important technology in the future, whether you like it or not. It doesn't help anyone to only look at one side of the picture.
    • by joto ( 134244 ) on Saturday February 09, 2002 @07:02PM (#2980437)
      I believe this article is actually quite unbiased, considering the source it came from. It admits that CLR is probably better than JVM for implementing other languages than C# or Java, but that it's far from the holy grail MS makes it sound like.

      Then it goes on to say that surely the JVM can be extended if this proves to be a selling point for .NET (which is probably true, but it kind of makes you wonder why sun haven't already done it).

      • by RedWizzard ( 192002 ) on Saturday February 09, 2002 @07:48PM (#2980538)
        Then it goes on to say that surely the JVM can be extended if this proves to be a selling point for .NET (which is probably true, but it kind of makes you wonder why sun haven't already done it).
        Probably because language neutrality is not really that big an advantage anyway. Java is a good enough language so that if you really need to use something else chances are you don't want the JVM anyway. The most common case where you might want to target something else at the JVM is scripting languages which appear to already be quite well supported.
        • by sheldon ( 2322 ) on Saturday February 09, 2002 @08:25PM (#2980633)
          Language neutrality is actually quite a substantial advantage. Perhaps not to you, or Java developers...

          But to the horde of developers that will be migrating from Visual Studio 6.0 to Visual Studio.NET. I've met quite a few VB developers who are unwilling to give up their syntax yet would love to take advantage of .Net.

          It is a very valuable marketing point, and it allows for a very easy transition/upgrade for many developers out there already targetting Windows.

          • It is a very valuable marketing point

            That's the point. The most important is how your PR dept will present your product : Jim McCarthy (responsible for early MS VC++'s releases) in Dynamics of Software Developement explains how it doesn't really matter what are your product's capabilities. The more important is to make people confident about it.

            The matter in C# vs Java is who offers the easiest language. Users will pick the one they understand ...
    • Try this article [eiffel.com] by Bertrand Meyer.
      • 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 Erris ( 531066 )
      I have seen several articles on .net in the last week. All of them have been from Java advocates or MS haters.

      If the only thing the authors have in common is your readership, they might be right and you might be wrong.

    • Anybody who is qualified to write about the plusses and minusses of .Net is automatically biased. A microsoft rep or VB programmer will likely right about how wonderful it is. A C programmer will say how poor the performance of VM's are and how limited they are.

      Personally I think that those strongly familiar with Java are probably the most qualified to write on the subject of .Net. The CLR is very clearly a similar concept to the Java Virtual Machine, and thus an awareness of the benefits and weaknesses of that model provide useful insights into the capabilities of Microsoft's product.

      Really, the only unbiased source in this debate is an uninformed source, and that's really of no help. Take what the author has said, check his facts, and judge his opinions on your own. In the end, you'll probably find that, as it has always been, certain languages and architectures are well suited to certain tasks. You aren't going to write device drivers in C# and you probably aren't going to write a cross platform GUI application in assembler.
    • Seeing that C# is a 90% copy of java, it would be difficult to think of a more qualified base of people to review C# than java experts... This charge of 'bias' sure gets thrown around loosely these days. I seem to recall that an article had to contain untrue or highly misleading statements before it would be called 'biased'. Now, if you have a pre-existing point of view you are 'biased'. Very strange, how the language changes.
      • I think what he means is that so far the "java experts" who have had their articles posted here have a particular anti-Microsoft bias.

        Quoting Bill Joy or James Gosling isn't going to give you an unbiased view of .Net. I would think that's blatantly obvious to any intelligent person.
  • by heavy ( 172353 ) on Saturday February 09, 2002 @06:44PM (#2980394)
    ...under the this [slashdot.org] thread...
  • by autopr0n ( 534291 ) on Saturday February 09, 2002 @06:55PM (#2980417) Homepage Journal
    I'm personally a java fan myself, and I use JSPs for autopr0n.com. But as much as I would like to see that technology succeed, I don't really think there's anything 'wrong' with .net.

    Java itself is not any kind of 'true' general standard, sun can do whatever they want to with it. There's no real reason that Microsoft should bind itself to sun's implementation. So .net is pretty much just a ripoff of java, there are some 'evolutionary' enhancements like XML serialization and that sort of thing.

    This won't kill java anymore then java would have killed windows. Microsoft's CLR will provide a better way to write windows-only programs. I don't see why everyone needs to be up in arms about it.
    • Comment removed based on user account deletion
      • by Anonymous Coward
        Java doesn't provide a true cross-platform, high quality application development environment?

        Could have fooled me. I develop Java apps on a Linux machine that are deployed not only to other operating systems but to PDAs and other connection limited devices such as java capable cell phones. All with a true cross platform, high quality development environment that is very productive.

        Geez, some people's kids.

      • " It is very possible that .NET will suceed where Java failed - true cross platform, high-quality application development environment."

        Well there are two things wrong with this sentence.
        1) What makes you think Java failed in being a true cross platform high quality application development environment? What is your definition of fail in the first place? Are you saying there are no applications written in java that are cross platform? This is a nonsensical thing to say considering the millions of java devlopers in the world and the tens of thousands of businesses using it every day in massive scaled applications. You must have some really whacked definition of the word "fail".

        2) GNU will create mono. Mono will run C#. It will not be 100% compatible with the MS implementation. This is because MS holds patents on most of the .NET infrastructure. Also the some of the most important parts of the .NET are not submitted to any standards body and are not published. Mono will have to do without them.

        Mono will not bring cross platfrom capabilities to .NET.
        • Comment removed based on user account deletion
          • Java was initially targetted for the embedded market.
          • I don't think massive cross-platform applications on the desktop was ever Sun's primary goal for Java. As others have noted, before it was called Java it was aimed at embedded systems, and its initial hype was based on bringing "interactivity" to web pages, which it turned out people didn't care for (and Netscape's implementation was about as bad as it possibly could've been). Several third parties (notably Lotus and Corel) failed with Java desktop development, but AFAIK the only real major desktop Java project Sun attempted was the JavaStation(?) diskless terminal, and that would've failed regardless of the software since it was an overpriced, underpowered and incompatible hardware platform.

            Also, I think you're needlessly conflating desktop and commercial software. There's plenty of non-commerical desktop software, and the non-desktop commercial software market is massive.

            But after all that, I agree that free .NET implementation(s) may succeed on the libre software desktop (I don't care what it does on the unfree desktop), where Java has failed to gain any significant foothold.

            I think C# and .NET are kinda neat despite their source (I could say the same about Java's source, they're both amoral corporations), and I hope that mono does meet all of Miguel de Icaza's expectations in terms of making free software developers more productive. I also think Java still has a chance on the libre desktop if and only if Sun wakes up and makes the JDK open source!

      • It is very possible that .NET will suceed where Java failed - true cross platform, high-quality application development environment.

        Who told you that? Steve Baller?

        Let's summarize the article as, "A tool that claims to do all things for all people in all places, generally does nothing well." Hey, its good for my writing skills =:> As the authors point out:

        Programming languages exist in wide variety, not only because different tasks (from systems programming to artificial intelligence) require different tools, but also because there is no One True Way to serve even one domain.

        Yup, it's true and he goes on to show us how C Pound is gimped by the limits of each of the languages it wishes to extend and extinguish.

        The CLS only supports single, static inheritance.

        Languages such as C++ and Eiffel need multiple inheritance of implementation. Cross-language support for MI may not be possible, as MI creates some hard problems (like repeated inheritance and name clashes) that different languages solve in different, incompatible ways.

        Yup!

        There is currently zero support for generic programming in the CLS.

        Compile-time mechanisms like C++ templates are supported, but they are not cross-language: no way to instantiate your stack.

        He goes on with a few more damming examples including how incompatible different (VB buzzord!) Methods are. His conclusion is both damning and accurate:

        For the CLR, we can certainly rely that everything is optimized to favor C#. The result will be inferior performance for any language which behavior is significantly different from C#.

        Someone asked what people are "up in arms about." I suppose the Java people, who have made a fine and stable standard, are upset because the MicroTurds are going to spend lots of money saying this new C# is better than their work when it is not. They will back it up with the usual spred specturm attack of poor performance for all other languages under their platofrm. I feel their pain. Me? I'm not up in arms because I could care less, M$ is irrelavant. Even if they built the best freaking comiler in the world, their underlying OS is still so buggy and screwed up applications will never work right. People have noticed. The other folks up in arms are M$ dependents who are consistently let down. Their demise is the demise of my coworkers and it brings me no joy.

    • by the eric conspiracy ( 20178 ) on Saturday February 09, 2002 @07:37PM (#2980514)
      Java itself is not any kind of 'true' general standard, sun can do whatever they want to with it.

      While Sun can do anything it wants with Java, it is just as much a standard as .NET, complete with specifications and third party implementations.

      Now, what makes you think that Microsoft won't do exactly what it wants with .NET? I mean we already have interoperability problems between SOAP implementations. What is going to stop Microsoft from issuing .NET+ or .NET 2002 or whatever? Complete with extensions to the .NET standard (perhaps some even documented) that mean the code that is written for .NET on Windows doesn't run well or at all on .NET for other platforms?

      And of course all those fancy development tools (Visual .NET) will require and make full use of these extensions.

      • Wait, say that again, "third party implementations", meaning what exactly? Modifications to the original "standard" or building off of the already existing base? I don't think that I've seen a GPL'd java or a red-hat java. While I've seen plenty of vm's and additional components I don't think I've seen any truly third party implementations. If what you said was true then Microsoft would have had right to continue to fudge their version of java into anything they wanted to.


        On to standards: Standards come in two forms A) Standard by popularity B) Standard by decree. While Java is a standard by popularity (similar to how IE is the standard browser), Sun refuses to give up any control whatsoever of the product in order for it to make a very important step into an actual documented and decreed standard. This would mean giving some measurable control up to a standards board such as ECMA, IETF, etc. What makes you think that Sun won't do exactly what it wants with Java?

        • Wait, say that again, "third party implementations", meaning what exactly?

          I don't think that I've seen a GPL'd java or a red-hat java.


          This page [dwheeler.com] lists several non-Sun Java implementations. Several of them are open source, GPL'ed and are in fact part of the standard Red Hat distributions.

          As far as Sun not giving up control, well, didn't the Microsoft attempt to hijack Java prove that they had some justification in this?

  • by Metrollica ( 552191 ) <m etrollica AT hotmail D0T com> on Saturday February 09, 2002 @06:56PM (#2980419) Homepage Journal
    There are a few articles at Microsoft on this topic here [microsoft.com] and here. [microsoft.com]

  • "After half a century of research, computer scientists have yet to agree on a single answer to most issues of programming language design.

    Autocoding - where the language doesn't much matter, so long as the programming concepts are accessible [google.com]
  • ... why would anybody want to use multiple languages for the same project anyway? If you start a project you are pretty happy if you(r people) can deal with one language (or as few as possible) there is simply no need for this. The way I see it, it's a nice-to-have feature, but no killer-feature. Platform-independence, on the other hand, *IS* a killer feature because you can be sure that your customers can use it and can also switch platforms. Java is not only implemented, but also tested and proven on many, many platforms. It's established in many ways - .NET just doesn't offer enough for people to switch over to it. It may be the successor of Visual Basic (= the users that use anything from MS anyway), but IMO not much more. I think .NET is a solution without a problem.
    • Why use different languages??

      This is a simple one. I write perl, you write C#. You write a routine in C#, and a front-end in C#. I don't like your front-end so I rewrite mine in perl, and it all works.

      However, I have a biggol' feeling that this will wind up as Java's platform independance. Half-Working.

      .NET is there so that they can lump everything into it, say they Innovated it at the .NET inception date, and look like there is cohesive plan.

      So far, NET involves a way to log into Hotmail, a planned Java rewrite, and..., and ..., um..., and...

      • ... for a single project of any size. Its very important that everyone can read and modify everyone else's code (not that they DO, just that they CAN). Using libraries written in another language: maybe. Using many languages on one project: insane.

        There are also two errors in the rest of your post: Java's platform independence works just fine, and C# and the CLR have been released, they're not "planned".
      • Sounds like a recipe for disaster to me. Imagine trying to maintain an application where 50 developers used 20 languages. Yikes! Any program manager that allowed that to happen ought to be shot.

        Besides you will not be able use perl anyways. It will be "managed" perl. Which to you will mean a mutant bastard stepchild of perl much like VB.NET is a mutant bastard stepchild of VB.

        Might as well use C#
    • > why would anybody want to use multiple languages for the same project anyway?

      Possibly because different languages have different strengths. At my work, most of the system for the project we are working on is written in Java, but I am writing one module in Mercury because that particular module does a lot of symbol manipuation and has a large 'logical' component, so a logical language is far more suitable than Java, but only for that component.

      However, in these cases, it is good to have to go through some middleware (I'm using CORBA) or API to keep the modules apart. rather than sharing of structures pushing everything down to a lowest common denominator. So in that way, I agree with you ... .NET is a solution looking for a problem.
  • But the thing that I hate about java is that there are so many different JVMs (or runtimes if you want to call it that).

    Having many different JVMs would be great if they weren't all incompatible in some way.

    Java is meant to be a "write once, run anywhere" but the sad fact is if I switch JVM then I can't even get some java programs to run on my own computer let alone on someone elses.

    The easiest and best way to fix this would be for Sun to release their code under a free lisence and everyone switch to that. The next best way to fix this would be to make every JVM compatible, which might happen on some imaginary world but not is never going to happen in the real world. The third solution is to stop pretending that the JVMs are compatible and start distributing programs with the JVM they use. That's probably the only solution that works.

    I hope that we don't end up having the same kind of crap with c# on Linux. In this sense I would really prefer one Runtime to bind them.

    • Under Windows, there are two VMs: one from Sun and one from IBM (the MS one is so woefully out of date, it doesn't count). I don't know of anyone who deploys under the IBM JVM (except for people who deploy IBM Websphere under Win32).

      Sure, there are different RELEASE VERSIONS of the Sun JVM and different RELEASE VERSIONS of the IBM JVM, but by and large the "incompatibilities" are bug fixes. Complaining about fixing bugs is silly.

      On most other platforms, there is a single VM, supplied by the vendor. On the Mac, there is a VM for OS 9 and one for OS X.

      So I'm not exactly sure what the benefit of Sun open sourcing the JVM is. Do you not want to see bug fixes?

      -jon

  • by storem ( 117912 ) on Saturday February 09, 2002 @07:36PM (#2980511) Homepage
    There are, actually, many successful "common language runtimes", with names like Pentium, SPARC and others. Mainstream CPUs are equally fitted to very different languages as they only do the most fundamental, low-level operations, so they cannot be biased towards particular languages.

    Q: So why do we have the need for a next bytecode layer on top of Pentium & SPARC?
    A: To be cross platform! This is correct in the case of Java and the JVM. The intention is compile once, run everywhere.

    The problem we now have however is that Microsoft sees cross platform differently in my opinion. Cross-platform is merely compatibility between their CE, Win9x and NT product lines. How big will the push be within one year by Microsoft to keep the developed truly cross platform?

    Isn't that the question we must ask ourselves?

    • Mainstream CPUs are equally fitted to very different languages as they only do the most fundamental, low-level operations, so they cannot be biased towards particular languages.

      Actually, this is not true.

      Current machines are heavily biased toward running manifestly-typed, single-stack-oriented languages much more quickly than others (that would be Fortran, C, etc., for all of you less than language astute types out there). Languages that use more complex models (like C++ with its indirect VTBL pointer calls) run slower. Languages that use even more complex features like dynamic typing, continuations, re-entrant exceptions (like Lisp, Scheme, Smalltalk, etc.) run even slower. And languages that have non-standard control structures (SNOBOL, ICON, PROLOG, expert system shells, etc.) run slowest of all. All of these issues can be ameliorated by enough compiler technology, but in the end, the cost of emulating these features in the VM adds up.

      My point is that there is no such thing as a completely language neutral VM. One can try to make the VM more general, but you do pay for it in RT size and performance. VM's take less of a hit than silicon in these cases, though, and all of the VM manufacturers could do a better job of extending their VM's. Putting in hooks for dynamic typing, overflow checking, non-contiguous stack segments, and non-fixed method lookup machinery would help a lot.

      For more interesting info on how this applies to silicon processor design (especially WRT C), see Hennessy and Patterson [fatbrain.com].

  • by Moderation abuser ( 184013 ) on Saturday February 09, 2002 @07:47PM (#2980536)
    Um, why do people think that you can't use different languages with the JVM?

    Hmm?

    Are you all silly billies?

    There's dozens of the bastards... Christ, the've even got Cobol and Ada. I wasn't even trying hard and, sorry tolk...

    http://grunge.cs.tu-berlin.de/~tolk/vmlanguages. ht ml

    --
    • Yes you can compile Python to the JVM, but can you use Java objects inside Python code? Thats a driving feature of .Net...which I presume not so much to make multi-language programming easier, but to make the programming language itself obsolete as a point of leverage (compared to the framework).
    • Yes, you _can_ use different languages with the JVM, but the efficiency cost is frequently not worth the effort.

      Every runtime environment, whether it be CLR, a JVM, or even machine code for a particular processor, provides capabilites that make some languages more efficient than others (although the machine code tends to be most language neutral - the more low level something is, the less assumptions it is going to impose).

      To give some specific examples of things that the JVM does poorly (if you want these features), and this is not an exhaustive list:

      * The JVM doesn't deal with unsigned quantities - you could design a class that emulates them, but it is going to be a big speed hit.
      * No tail recursion - this is really important for functional languges, some of which absolutely require it. There are workarounds such as a technique called a 'trampoline' where you essentially take over stack management for yourself, but the cost of this in speed and complexity can be high.
      * You cannot play directly with pointers. This is usually seen as a good point, but there are occasions that the ability to work with the very low level stuff allows very fast code. Again, you can always get the job done without them (except for OS level stuff and device drivers), but at a cost.
      * If you want to use a different object model than the JVM assumes, you have to work around the JVM rather than with it.

      Yes, there are lots of languages that have been implemented on top of a JVM but they will tend to be much slower, more resource hungry, and will often have all sorts of extra restrictions in the fine print that doesn't make these implementations a good choice for most applications. They are interesting excercises, and good on the people who have done the ports, but I consider the JVM suitable for only two sorts of language:
      * Java, for which it has been tuned,
      * Scripting languages, where speed is not of critical importance.

      You could also build any language on top of a Turning Machine, but that doesn't mean it is a good idea.
    • by Laxitive ( 10360 )
      Incidentally, yes. Jython allows you to natively manipulate (instantiate, send messages to, etc.) Java objects. You can even subclass Java classes from within Jython.

      I think Python/Jython is the only language that allows you to do things like this. I doubt it's true for all the other languages which are compilable to the JVM.

      -Laxitive
      • I think Python/Jython is the only language that allows you to do things like this. I doubt it's true for all the other languages which are compilable to the JVM.

        Kawa [gnu.org] allows you to define classes in Scheme that extend Java classes. It even supports multiple inheritance, by compiling a Scheme class to a pair of a Java interface and a Java class.

  • 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 Anonymous Coward
    Quote from the article:
    There are, actually, many successful "common language runtimes", with names like Pentium, SPARC and others. Mainstream CPUs are equally fitted to very different languages as they only do the most fundamental, low-level operations, so they cannot be biased towards particular languages. There aren¦t many different ways to perform a conditional branch. However, there are radically different ways to support methods and functions, or most constructs found in high-level languages. The consequence is that every language needs different compilers and runtimes to implement their features, and different libraries to support their vision of software development.


    Is he kidding here? As long as you are using any mainstream CPU, imperative languages are favored. All those CPU's are based on von Neumann model. Any program written in functional or logical languages will be penalized when run on such CPU's. So, at this moment there isn't a CPU architecture that will treat all programming paradigms equally, and neither a CLR/VM.

    MS is at least trying to build a platform that will intergrate different languages. This is intention of CLR.

    SUN is not trying to do this and JVM wasn't invented for this purpose. Sure JVM can be extended to support other languages, so can my plastic cup holder.
    • Any program written in functional or logical languages will be penalized when run on such CPU's.

      This strikes me as a false statment in general. The best example is the Symbolics Lisp machines. They were nuked from the market when RISC-based workstations performed faster than the Symbolics machines that were supposedly "tuned" for Lisp.

      Are there ANY example out there of a specialty chip for a language outperforming a general purpose chip? I don't mean clock speed for clock speed, but at the same cost. More efficient but more expensive means niche at best.

      -jon

      • I think that the "most efficient architecture for a give task" argument often gets quite circular.

        At the moment, the vast amount of development is done with imperative languages, and there are only a few common CPU's which all support those quite well - that's where the money is.

        Compare the resources put into optimising a RISC chip, or even more, the incredible level of resources put into speeding up the x86 and compatibles, and at the other end, the huge volume of those things sold (don't forget the embedded market too).

        This is why the Symbolics machines could not compete:
        * I very much doubt that they could come even close to matching the resources that Intel, AMD, IBM, Motorola etc. could put into CPU design.
        * Even with what they could produce, there was no way they were going to sell the volume of other manufacturers - therefore they had to charge a lot more.

        This is why they lose out, even after the advantage of only having to tune for one language.

        It my be possible (I'm no expert on this), that RISC is simply an inherently better way of producing a fast Lisp machine than trying to tweak for Lisp specifically, however looking at what gets sold and for how much has so much distortion that it is really no evidence either way.

        One thing I will say for the general purpose chip for functional languages - it is much easier and more efficient to compile a functional language to assember than it is to compile it to JVM bytecode or even C. It is low level, so there are far less assumptions about how your language is going to behave to work around.
  • by Jack William Bell ( 84469 ) on Saturday February 09, 2002 @08:06PM (#2980591) Homepage Journal

    This point has been made before, but it bears repeating. C# [www.ecma.ch] and the CLI (Common Language Infrastructure) [www.ecma.ch] are ECMA [www.ecma.ch] standards! As such Microsoft no longer truly controls them. There is nothing to keep Microsoft from 'embracing and extending' these standards if they do not like the direction they are going. Just as they can with any open standard. Just as you can with any open standard.

    MS tried the embrace and extend strategy with Java, remember? And they ran into a huge roadblock. Namely Java is not an open standard. Despite what Sun says in the press releases the standard is not open in the same sense. Sun controls it and Sun can shut down any attempt to create a non-conforming version.

    From some points of view this is a good thing. But, although I appreciate any argument that starts with 'We need to avoid incompatible versions.' I also know that Sun has not proven any better than Microsoft as a steward when it comes to keeping the commons clean and competitive. To put it simply; I just don't trust them. And I think there is an equally persuasive argument that competing products evolve faster while products without competition tend towards stagnation. This eco-system analogy appeals to me.

    From this point of view let us return to 'embrace and extend'. In a closed standard a single organization controls all progress for that standard, with limited participation from the outside. In an open standard the process is, at least titually, open to outside input and you are more likely to see third-party enhancements absorbed into the standard itself. Furthermore no corporation is going to sue you if you create your own implementation of the standard. Even if it is tweaked to work best on a competing platform. (Can we all say 'Mono'?)

    So, the way I look at it, C# and the CLI will drive Sun to improve Java. Third-party implementors will drive the C# and CLI specifications faster than MS would alone. In the end we get better technology. I like better technology. So I win either way.

    Besides, I like the design of the CLI a lot. And C# looks like an arguably better language than Java.

    Finally, many arguments in the 'One Runtime' article seem a bit weak to me. For example, "... Design-by-Contract, a fundamental strength of Eiffel that .NET does not support." Since when does 'Design By Contract' have to be baked into the underlying runtime to make it work? What is keeping you from implementing any kind of runtime you want on top of the CLS?

    Jack William Bell, who likes the idea of coding with mix-n-match programming languages.

      • There is nothing to keep Microsoft from 'embracing and extending' these standards if they do not like the direction they are going. Just as they can with any open standard. Just as you can with any open standard.

      Yes, but from a practical standpoint, if Microsoft decides to take the products in a direction away from the Open Standard version, then the Open Standard version will immediately become irrelevant.

      Which, come to think of it, was exactly what they intended to do with Java. Make the Sun version irrelevant.

      • Yes, but from a practical standpoint, if Microsoft decides to take the products in a direction away from the Open Standard version, then the Open Standard version will immediately become irrelevant.

        Which, come to think of it, was exactly what they intended to do with Java. Make the Sun version irrelevant.

        Why? Apply that same question to Unix. Is Unix irrelevant because AT&T created a closed version of it? Or, for that matter, any number of other closed versions from any number of vendors? Or, even, an Open Source version? There is a common thread through all of those versions of Unix: Posix -- which is an open standard. Non-Posix implementations did not succeed in the long run no matter who created them.

        Look, I don't trust MS either. And yes, they did try to hijack the Java standard. They did it by providing enhancements to the Java standard that were compelling enough that people used them. Sun had two choices; absorb the enhancements into the standard or take their ball and go home. They chose the latter.

        So who was the winner in that little spat? MS? Sun? We programmers? I would call it losers all around.

        With an open standard at least you know there is a chance some third-party enhancement that survives in the marketplace because people want to use it will get into the standard. And MS can only extend the standard with their own proprietary enhancements. They have limited control the standard as it exists now and (with the exception of patented stuff) cannot keep us from adding the enhancements to the standard if we like them.

        Jack William Bell

        • Look, I don't trust MS either. And yes, they did try to hijack the Java standard. They did it by providing enhancements to the Java standard that were compelling enough that people used them. Sun had two choices; absorb the enhancements into the standard or take their ball and go home. They chose the latter.

          They also did it by providing a buggy implementation of the Java 1.0/1.1 classes that made it impossible to run, say, an applet in their JVM just like it would run in the standard implementations.
        • "With an open standard at least you know there is a chance some third-party enhancement that survives in the marketplace because people want to use it will get into the standard. And MS can only extend the standard with their own proprietary enhancements. They have limited control the standard as it exists now and (with the exception of patented stuff) cannot keep us from adding the enhancements to the standard if we like them."

          Perhaps this is MS learning from Sun's mistakes. Even though Java is successful in certain applications, it would most likely be used for a wider range of applications if Sun hadn't been so harsh in keeping absolute control of their standard.

          Microsoft must know by now that good things come from the programming community, therefore having the community suggest (and even implement) useful enhancements to their standard only helps them gain popularity.
          • Microsoft must know by now that good things come from the programming community, therefore having the community suggest (and even implement) useful enhancements to their standard only helps them gain popularity.

            Hurray! Someone that understands my point and can make it more clear and concise than I can!

            Jack William Bell, who thinks that we need to keep a gimlet eye on Microsoft anyway.

    • This point has been made before, but it bears repeating. only tiny parts of C# and the CLI (Common Language Infrastructure) are ECMA standards. Those standards are of no relevence in the real world due to their high level of incompletness and the very high degree of power that MS has amongst developers on the dominant platform.

      TWW

      • This point has been made before, but it bears repeating. only tiny parts of C# and the CLI (Common Language Infrastructure) are ECMA standards. Those standards are of no relevence in the real world due to their high level of incompletness and the very high degree of power that MS has amongst developers on the dominant platform.

        Can you back that up with details? So far as I know all of the C# standard is open, all of the CLI standard is open and the all (or at least the most significant) non-platfrom specific libraries of the CLS are open.

        Jack William Bell

    • MS tried the embrace and extend strategy with Java, remember? And they ran into a huge roadblock. Namely Java is not an open standard . Despite what Sun says in the press releases the standard is not open in the same sense. Sun controls it and Sun can shut down any attempt to create a non-conforming version.

      Java is controlled through the trademark, not the language standard. Microsoft is free to embrace and extend Java all they want (and the have in fact with C# and J#). What Microsoft cannot do is call their variant Java.

      Jack William Bell, who likes the idea of coding with mix-n-match programming languages.

      As somewone who has to maintain code from time to time, the idea horrifies me.

      • Java is controlled through the trademark, not the language standard. Microsoft is free to embrace and extend Java all they want (and the have in fact with C# and J#). What Microsoft cannot do is call their variant Java.

        Valid point, but doesn't it cut both ways?


        Jack William Bell, who likes the idea of coding with mix-n-match programming languages.


        As somewone who has to maintain code from time to time, the idea horrifies me.

        As do I. And I already have to deal with multiple languges, backends, frontends, extension libraries, coding styles, naming standards and everything else under the sun. At least with the CLI I know that I have a better chance of things interoperating. Besides some languages do map to a particular problem space better than another. And I can split work up between expert coders (with C#) and less skilled coders (with VB or Python).


        Jack William Bell, who notes that the only responses posted so far supporting his stance come from Anonymous Cowards...

    • Just because they are ECMA standards doesn't mean MS can't "embrace and extend" them should they choose to. It just means that their extended version won't be the "ECMA" version. Microsoft doesn't control the IETF Kerberos specification but that didn't keep them from embracing and extending it.
      • Just because they are ECMA standards doesn't mean MS can't "embrace and extend" them should they choose to. It just means that their extended version won't be the "ECMA" version. Microsoft doesn't control the IETF Kerberos specification but that didn't keep them from embracing and extending it.

        Actually that was exactly my point! MS can do exactly that. But if they do there is nothing (except patents) to keep ECMA from adding those enhancements to the standard if the enhancements really do provide something worthwhile.

        Patents are a problem here, no way around that. But they are a problem everywhere! ECMA can always argue that an enhancement that cannot be reproduced is enough to keep the implementation from being called 'C#' or whatever. I don't think this is likely though. I am sure MS is a major financial contributor to ECMA for one thing.

        In any case I consider this ability of MS (or anyone else) to embrace and extend a good thing. At least so long as we can pick and choose, in the marketplace of ideas, those enhancements we think add value then we will continually improve the standard. As has been pointed out you can do this with Java too -- but you cannot call it Java. In the case of an open standard like C# you can still call it C# and make some claim of being part of the C# idea-space. That is vital to the evoloution of an open standard. If the MS extensions to Kerebos are something people like you and me want to use then they should be added to Kerebos. Simple as that (patents aside).

        Jack William Bell, who thinks that (generally) software patents are evil.

        • At least so long as we can pick and choose, in the marketplace of ideas....

          Nice to know that with a convicted monopolist inventing the technology you will always be able to pick and choose between competitors isn't it...... Oh wait, there are no reasonable competitors to MS as ruled by a court of law.

          Finally, you're arguments for embrace and extend apply just as much to Java as they do to C# - you can embrace and extend but if the owner of the trademark doesn't approve you have to rename it. Java is an open standard, go to http://java.sun.com and grab a copy of the *full* specification if you desire as well as specifications for new additions that are under review. If you think that standards only work when they come from non-profit standards organisations then perhaps you should look at the mess that is HTML these days and rethink how well international standards work.

          If your only argument for C# is that it's open I think you a) have no clue about how to decide upon an appropriate programming language and b) are sorely mistaken about what is open and how useful it works.

          • Finally, you're arguments for embrace and extend apply just as much to Java as they do to C# - you can embrace and extend but if the owner of the trademark doesn't approve you have to rename it. Java is an open standard, go to http://java.sun.com and grab a copy of the *full* specification if you desire as well as specifications for new additions that are under review. If you think that standards only work when they come from non-profit standards organisations then perhaps you should look at the mess that is HTML these days and rethink how well international standards work.

            Given time I can come up with several examples, but lets go with one here: Basic is an open standard with lots of (varied) implementations. PICK is a language (among other things) that ended up looking rather like Basic after several evolutionary changes. Why did PICK evolve towards Basic? PICK was arguably better on several levels. But it was a closed, proprietary standard.

            If you created your own version of PICK you couldn't call it PICK and you could not participate in the mind-share generated by PICK. But anyone (including Bill Gates) could create a version of Basic and call it 'Basic'. As a result everyone knew what it was. It was part of the idea space for Basic, even if it wasn't exactly a kosher 'Basic'. So Basic, despite being technically less powerful, ended up owning the most mind-share. In the marketplace of ideas it became something that was traded at a higher level. PICK could only keep up by following, because its mind-share was smaller.

            Make no mistake; mind-share is important. Sun knows this. Microsoft knows this. There is no way Microsoft would be playing the game the way they are if they were not playing catch-up. In this case the real winners are the programmers of five years from now when idea convergence and the natural workings of the marketplace of ideas create a better technology.

            If your only argument for C# is that it's open I think you a) have no clue about how to decide upon an appropriate programming language and b) are sorely mistaken about what is open and how useful it works.

            First rule of civil debate: Attack the message, not the messenger. Personally I believe that I am fully capable of making such distinctions by using a rich and approprite set of heuristic comparisons which I need not detail here. Can you accept that and choose to disagree with me solely on the basis of my ideas and opinions? If so then you are trading in that 'marketplace of ideas' I keep blathering about. Otherwise you are only trading in insult and antipathy. I have nothing to offer in exchange there.

            Jack William Bell

    • by SuperKendall ( 25149 ) on Saturday February 09, 2002 @11:03PM (#2981020)
      Looks like you picked the right door! Not only do you win a platform supported by a whole industry, but the only truly open [jcp.org] standard around! Now THAT bears repeating.

      Of course, I'm talking about the Java language. Where else do you get something where the language and VM are controlled by a standards body composed of many companies across many industries, that have to approve all changes made (Sun only controls licencing of the Java trademark)? How about a standard where real everyday people like you and I can propose changes and make comments on proposed standards?

      Wait, you were thinking you might get .NET? Odd, I thought they didn't have the full standard submitted to the standards body. And I'm not clear on how I can comment on progressing ECMA standards.

      Lastly, what's stopping you from writing everything on top of a raw turning machine? After all, everything you want to do is technically supported...

      Check out calling conventions from Eiffel# to C# and then perhaps you'll rethink the usability of cross-language prgramming.

      .
  • Very nice article. (Score:5, Interesting)

    by DaveWood ( 101146 ) on Saturday February 09, 2002 @08:10PM (#2980600) Homepage
    What a pleasure to see such a balanced, well-written and thorough analysis of the situation. I didn't see any great evidence of Java "advocacy" - this person appears extremely well-versed in langauge design and familiar with a good variety of languages, as well as more than willing to point out Java's flaws.

    The author is saying pretty much what I figured, which is that .NET is much better than what MS has been doing in the past, however it's still just a sugared-up clone of J2EE, whose "cross-langauge" benefits are ultimately dubious and primarily a marketing invention.

    I would also make the case that "unsafe" mode/pointer arithmetic is a flaw, but that's not the matter at hand. The high point of the article were these two paragraphs in the conclusion:

    "Playing with the .NET SDK, the cross-language support looks impressive, but the illusion holds true only until realizing that all languages in the mix are virtually identical. Microsoft has actually invented the concept of skinnable language: changing a language's most superficial aspects, and claiming the result to be a new language. There is only One True Language that is C#, and "skins" offered by Microsoft and third parties. Just like in GUIs, these skins will alter the system's look and feel, add a few features, but never compete with a fully new toolkit."

    For those quick to make an ignorant response, he's not saying more radical structural departures are impossible, though many are - but more often that diverging "client languages" suffer in performance and, in many cases, have been "embraced and extended" in order to become compatible. He goes on:

    "There are, actually, many successful "common language runtimes", with names like Pentium, SPARC and others. Mainstream CPUs are equally fitted to very different languages as they only do the most fundamental, low-level operations, so they cannot be biased towards particular languages. There aren't many different ways to perform a conditional branch. However, there are radically different ways to support methods and functions, or most constructs found in high-level languages. The consequence is that every language needs different compilers and runtimes to implement their features, and different libraries to support their vision of software development."
    • by wadetemp ( 217315 ) on Saturday February 09, 2002 @09:30PM (#2980813)
      The second paragraph from the article you posted states that "mainstream CPUs are equally fitted to very different languages as they only do the most fundamental, low-level operations, so they cannot be biased towards particular languages." If you agree with that statement, and think it's a crux in the arguement, I'm not sure how you can say you don't agree with the inclusion of "unsafe" modes in the .NET framework. They're part of what makes the framework flexible enough to even come close to supporting "non skinned" languages, and in a speedy method at that.
      • It's a question of role. "Unsafe" code, lagnauges, and systems are necessary at a variety of levels in general purpose computing. That doesn't mean they're a good idea for .NET, which I take to be "high-level," "distributed" and "enterprise" computing platform, and one with pretensions to a modern, practical and durable security model...
        • It's important to note that VB.NET does not support pointers and the "unsafe" modes of operation that were discussed in the Slashdot article yesterday. The model that protects business programmers from themselves and ensures the security of *that particular aspect* of the seciruty model is not in the framework itself but this so-called "skinning." The icing on the cake is that the framework itself (which has nothing to do with that aspect of security, but rather code-locale and permission-based security) allows these things for more advanced languages than VB (like C#.)
  • I'm no Microsoft fan but .NET is not as bad as the author makes it out to be.
    He lists numerous limitations of the CLR/CTS/CLS. Lets remember that .NET is in its infancy. How great was Java when it first came out?

    If Microsoft fails to deliver, we'll all have a great laugh. However, if Microsoft does deliver and MONO succeeds, we'll have an explostion of desperately needed applications that will run on Linux.

    The worst thing that I can say about .NET is that it is controlled by the Evil Empire and the worst thing I can say about MONO is the name makes me think of a horrible illness that takes a long time to get over.

  • by sheldon ( 2322 ) on Saturday February 09, 2002 @08:22PM (#2980624)
    "...but unfortunately still bound to Microsoft's usual way of doing (and marketing) things: proprietary technology presented as the apex of openness, and a strongly biased system presented as language-neutral"

    Sounds like Sun selling Java. Proprietary openness, and strongly biased systems presented as platform-neutral. :-)
  • Seems the site is down. Netcraft reports it running.

    The site www.javalobby.org is running Orion/1.5.2 on Windows 2000
  • Keep in mind that Microsoft did not invent the technology behind "CLR". Raise your hand if you know what an "executable file" is? When was that invented... late 60's perhaps?
  • I've been doing a lot of Java programming for my current job and I tend to find that the VM limits my options when I might want to use the power that UNIX provides me. Checking my program's process ID, for example, to see if it's already running. I've also been finding that the concept of having a VM to run your programs in breaks down pretty quickly, largely because various applications will require a different VM. So you end up with several VMs on your hard drive and several VMs in memory (at 40MB a whack) and none of the applications ever seems to check to see if there's a compatable VM already on your hard drive.

    The whole thing ends up being awkward, and it is my impression that running code in a VM limits me as a programmer to the power of an inferior operating system. I DO like JSPs though.

  • Been reading and talking to some friends who worked on IBM's SOM product/project in the early 1990s. Seems that CLR is pretty much the same concept. SOM allowed for you to access objects (and their associated methods) from any programming language. Of course it never made it much past OS/2 - though PM Shell used it (I believe). Anyone used SOM think CLR is the same thing - yet again??
    [ibm.com]
    SOM 3.0 Readme
  • With all the talk of .NET and C# killing Java, I decided to take a look at Visual Studio .NET for myself.

    One question that I have not seen raised is this: It is easier to write programs for Linux and *BSD than it is to write programs for Windows. Many open-source programmers use this as an excuse for charging for the Windows versions of their products.

    That said, why would anyone but a Windows programmer want to program for .NET when it is as messy to program for as Windows is?

    Mono may support .NET programs, but do Linux, etc. developers really want to go to all the trouble of writing to .NET when Sun's JVM provides the same functionality and a much cleaner API?

    I think if Sun's JVM supported other languages like Perl, Python, C, C++, etc. .NET would have absolutely nothing to offer to the developer community.

    I think the languages support in CLR are impressive, but still, if you have to write to a Windows-like API, what good does it do you?

    Although there are a lot of things I like about .NET and the dev tools that go along with it, I still think Java and the JVM are better for cross-platform development.
  • The CLR runs MSIL, MSIL being an instruction set, much like the instruction set of any microprocessor. It's designed to be JITted and designed for all the rest of the .NET goals, but it's still just an instruction set.

    You can implement anything using the MSIL instruction set. It may be less efficient for some things, but the same is true of all processor instruction sets.

    Do we need MI support in the instruction set? The x86 instruction set doesn't have any particular instructions that are designed to support multiple inheritance, the C++ language standard defined how vtables and whatnot work to make it happen.

    Is it just a matter of defining a similar standard for, say, Eiffel#?

    (Is the x86 instruction set biased towards C/C++ code?)

    - Steve
  • Yawn . . . (Score:4, Insightful)

    by Pituritus Ani ( 247728 ) on Saturday February 09, 2002 @10:56PM (#2981003) Homepage
    1977 - UCSD Pascal P-Code was going to unify computing under one language.

    1990 - Visual Basic revolutionized programming by interpreting to P-code and requiring a run-time.

    1991 - Java was going to rock our worlds and promised "write once, run anywhere" using an intermediate byte code that looks a lot like P-code.

    2002 - Microsoft promises one runtime to which many languages will compile in the megarevolutionary (and some say Orwellian) dot net architecture.

    Like it was said in Ecclesiastes [gospelcom.net], there is nothing new under the sun.
  • by scrytch ( 9198 ) <chuck@myrealbox.com> on Sunday February 10, 2002 @02:08AM (#2981381)
    "CLR lacks continuations" ... so does JVM
    "CLR requires static single inheritance" ... so does JVM
    "CLR lacks multiple dispatch" ... etc

    I certainly think that the CLR could stand the criticism and have its hype deflated, but I'm not finding a lot to recommend the JVM. Sun doesn't even acknowledge, much less support languages other than Java on the JVM, with the exception of GJ, which it would rather absorb than support.

    I might also note that there are languages very much not like C# available for .NET, including haskell and scheme.
  • Generic Types (Score:5, Informative)

    by Oink.NET ( 551861 ) on Sunday February 10, 2002 @02:59AM (#2981460) Homepage
    Generic Types. There is currently zero support for generic programming in the CLS.

    Nobody has mentioned this yet, so I will. A research version of the CLR implements true generics, but because they only have limited resources, they decided not to include it in the first release. The following is quoted from this interview [oreilly.com] with Chief C# Language Architect Anders Hejlsberg:

    Hejlsberg:
    But with respect to the generics that you asked about, I definitely think generics are a very useful concept and you can certainly tell that from all the generics research that's taking place in academia and industry. Templates are one solution to the problem. In our internal discussions, we concluded that we wanted to do it right for this new platform. But what we would really like is to have generics understood by the underlying runtime. This is different from how some of the generic prototypes have been built. Take Java's notions of "erasure" where there's really no knowledge of generics in the system. By having the common language runtime understand the concept of generics, multiple languages can share the functionality. You can write a generic class in C# over in one place and someone else using a different language can use it. But making generics part of the runtime also enables you to do certain things much more efficiently. Instantiation of generics should ideally happen at runtime. With C++, instantiation of templates happens at compile time, and then you have two options: you can either let your code bloat or you can try, in the linker, to get rid of some of the bloat. But, if you have multiple applications, you can forget about it. You're just going to get bloated code.

    If you push the knowledge of generics into the common language runtime, then the runtime can understand that when an application or a component asks for a list of "Foo's," it should first ask: "Do I already have an instantiation of a list of "Foo?" If so, use that one. Indeed, if Foo is a reference type, and if we do the design right, we can share the instantiation for all reference types. For value types, such as ints and floats, and we can create one instantiation per value type. But only when an application asks for it. We've done a lot of the design work and groundwork necessary to add generics to the runtime.

    It's interesting you asked earlier about the IL because deciding to add generics impacts the design of the IL. If the instructions in the IL embed type information -- if, for example, an Add instruction is not an Add, but is an Add int or an Add float or an Add double -- then you've baked the type into the instruction stream and the IL is not generic at that point. Our IL format is actually truly type neutral. And, by keeping it type neutral, we can add generics later and not get ourselves into trouble, at least not as much trouble. That's one of the reasons our IL looks different from Java byte code. We have type neutral IL. The Add instruction adds whatever the two things are on top of the stack. In a generic world, that could translate into different code when the generic is instantiated.

    Osborn: Is that available to all .NET languages?

    Hejlsberg:
    Yes. Microsoft Research in Cambridge has created a generics version of the common language runtime and the C# compiler. We're looking at how to move that forward right now. It's not going to happen in the first release, that much we know, but we are working on making sure that we do things right for the first release so that generics fit into the picture.

  • 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.

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...