Re: Will Java Replace .NET?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Nick Malik [Microsoft] (nickmalik_at_hotmail.nospam.com)
Date: 12/25/04


Date: Sat, 25 Dec 2004 19:06:27 GMT

Hi Trevor,

>
> But my post was really about what happens when .NET is retired? What is
> next, should I be learning Java?

I'm with Jon on this. Java predates .NET and many of the problems faced by
early Java programmers were accounted for in .NET. With the 2.0 framework,
we have many of the features we've needed all along. With the growth of
open source in .NET, we have begun to respond to the Java onslaught.

Personally, I know many folks who switched from Java to .NET and haven't
looked back.

> Most developers are waiting for Natural
> Language Processors which will allow more advanced communications.
>
Yech. I wrote a couple of those Natural language systems, in Prolog, and I
can tell you that there is nothing "advanced" about describing an algorithm
in English. When I want to communicate an algorithm in an article or book,
I write it in code. Why? Because it is more "advanced" to describe things
in a language that is designed for the description. If you want to discuss
philosophy, use English (or French). But if you want to describe complex,
mathematical operations, use code.

--- Nick



Relevant Pages

  • Re: Comparing Lisp conditions to Java Exceptions
    ... All the ISO standards in the world will not make the world ... Nothing keeps you from annotating your program with exceptions based on what ... language should adhere to your theory. ... Curiously, although you don't say it, Java has the opposite problem. ...
    (comp.lang.lisp)
  • Re: casts
    ... This is why most shit programmers refuse to learn languages including ... C Sharp and Java. ... compiler in a later edition of Visual Basic, ... language for processing data. ...
    (comp.lang.c)
  • Re: C, really portable?
    ... > Wait, is Java a modern language superior to C, or is it still ... It is a much better OO language than C++, ... It depends what you are doing, Java aims for rigorous portability - the same ... regardless of platform. ...
    (comp.lang.c)
  • Re: Is anybodys favorite computer programming language not included here?
    ... to talk about getting me some paying work writing Java classes. ... and could be copied to a script (as in Java BeanShell or Lisp PROG). ... >> please post a followup saying what language it is, ... Server: "Mother, ...
    (comp.programming)
  • Re: Basic inheritance question
    ... used 'this' in C++ and Java. ... but in Python it doesn't. ... language, they would write a lot of ten liners that is changed a LOT ... Add three levels of inheritence and a couple globals and you'll find out ...
    (comp.lang.python)