Java To Overtake C/C++ in 2002
jarek writes "ZDNET has an article that talks about latest research data.
It talks about how Java is overtaking C/C++ next year. The article also talks about developers adopting linux and putting linux to use in mission critical tasks." It's evidently taking developers from the C/C++, but also the Visual Basic camps, with strong growth overseas.
Is this going to result in some kind of corrollary to Sturgeons Law? Something like 90% of programs are written in Java and are all crap?
So far I've gotten all my Karma from telling people they are wrong... :)
Lisp
Someone forgot to moderate the article as Flamebait...
Nevrar
The article merely said that more programmers will know java than C/C++. Face it, java still sucks.
So when will we see the Linux kernel being rewritten in Java? What, no memory management? What, it's too slow?
But then out of nowhere in 2004 comes D! D shall over-throw them all!
what the hell is a 'junk character', anyway?
1. your routine is ugly as fuck, given two objects, it would take less code to inline the function than call it.
2. having to use arrays like this because references don't exist brings up a whole bunch more problems because not only can people mistakenly swap different types of object, they can pass wrong sized arrays.
3. compile time checking is better than runtime checking, a *real-life* example would have to come from a large program so I can't be bothered, but the fact remains that this kind of programming encourages bugs.
4. your function won't work on int/float/boolean/etc because they are not derived from Object. Use a real OO language like smalltalk if you want single root done right.
http://rareformnewmedia.com/
Everyone knows that java's been underlying program development in all languages. After all, computer scientists are machines for turning caffeine into algorithms, right?