I dislike java...
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
Yes, I agree. Espresso so much better. Java is kind of cool. When I was in school we ran it on beowolf clusters and it ran quite fast. I was always very impressed that something couldn't run fast on clustered computers but hey...:rolleyes:
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
Java is like India to me, I know its there but I've never been.
Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http:\\www.frankkerrigan.com
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
Java (the language) is a joke. However, the framework is pretty big and rich, and when used from a good language like Scala[^], it surely looks like good platform for some applications. Also, I like the fact that Sun stubornly sticks to backward compatibility with new versions of Java. MS is way too much relaxed in this matter, IMHO.
-
As much as I appreciate the capabilities of Java, I'll never shake off the feeling that it's a programming language for accountants.
LOL
Matt Newman
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
Matt Newman wrote:
all of these features existed in the first version of .NET.
and what exactly are these features?
-
Java (the language) is a joke. However, the framework is pretty big and rich, and when used from a good language like Scala[^], it surely looks like good platform for some applications. Also, I like the fact that Sun stubornly sticks to backward compatibility with new versions of Java. MS is way too much relaxed in this matter, IMHO.
Nemanja Trifunovic wrote:
Also, I like the fact that Sun stubornly sticks to backward compatibility with new versions of Java. MS is way too much relaxed in this matter, IMHO.
In my experience, they behave exactly the opposite...
________________________________________________ Personal Blog [ITA] - Tech Blog [ENG] - My Photos Developing ScrewTurn Wiki 2.0 (2.0 RC is out)
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
This hilarious post from Steve Yegge's blog[[^](http://This hilarious post from Steve Yegge's blog)], should be able to lift your spirits! :)
_____________________________________ Action without thought is not action Action without emotion is not life
-
Matt Newman wrote:
all of these features existed in the first version of .NET.
and what exactly are these features?
The features introduced in Java 5 include: generics (which actually suck when you try to implement a generic container backed by an array. For instance:
public class MyList<T>
{
private T[] myCollection;
}Throws an error. You can't do that. You have to store it in an Object[] array and cast when you want to return it from the data structure. And before you ask...yes...this is how the java.util.* collections do it. Frustrated me to no end in my data structures class. Others are the "enhanced for loop" that allow foreaching over a collection:
for(Person p : myPersonCollection) {...}
Annotations (like .NET's attributes), typesafe enums, varargs (the params keyword in C#), etc etc. When you've actually got to deal with Java, it's nice to have them. But Java evangelists go around touting 'em like they're Invented Here...when clearly they aren't.
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
Hey...better to do a data structures class in Java than in some bastardized version of C where the prof gives you "template files" that you have to fill in code. X|
-
Nemanja Trifunovic wrote:
Also, I like the fact that Sun stubornly sticks to backward compatibility with new versions of Java. MS is way too much relaxed in this matter, IMHO.
In my experience, they behave exactly the opposite...
________________________________________________ Personal Blog [ITA] - Tech Blog [ENG] - My Photos Developing ScrewTurn Wiki 2.0 (2.0 RC is out)
Dario Solera wrote:
In my experience, they behave exactly the opposite...
"They" - Sun, or "they" - MS? :)
-
Dario Solera wrote:
In my experience, they behave exactly the opposite...
"They" - Sun, or "they" - MS? :)
Both.
________________________________________________ Personal Blog [ITA] - Tech Blog [ENG] - My Photos Developing ScrewTurn Wiki 2.0 (2.0 RC is out)
-
This hilarious post from Steve Yegge's blog[[^](http://This hilarious post from Steve Yegge's blog)], should be able to lift your spirits! :)
_____________________________________ Action without thought is not action Action without emotion is not life
Invalid Clickety! Repent! Repent!
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
Heh, most of the really good stuff in Java predated the existence of .NET. If you want pointers use C.
File Not Found
-
Java (the language) is a joke. However, the framework is pretty big and rich, and when used from a good language like Scala[^], it surely looks like good platform for some applications. Also, I like the fact that Sun stubornly sticks to backward compatibility with new versions of Java. MS is way too much relaxed in this matter, IMHO.
Nemanja Trifunovic wrote:
MS is way too much relaxed in this matter, IMHO.
:wtf: MS is way too comitted to back compat, IMO. They're introducing a better DateTime in .NET 3.5, but instead of deprecating the existing one or replacing the existing one, they're gonna have DateTime2 for back compat reasons. :doh: Same goes for the ReaderWriterLock -- there will be a new ReaderWriterLockSlim in .NET 3.5, keeping the old version around without deprecating it. :doh: IMO, that's too much focus on back compat; cleanliness of the framework is being put on the back burner in favor of back compat. That's wrong, IMO.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: One can only dream (no income taxes) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
The language is OK, it is the freaking nightmare that is J2EE, servlet containers, JSP and all that rubbish that gets on my tits. I've never seen so much prep. just to run 1 line of code before.
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
I have to be very careful what I say about java. We have someone here who believes the greatest problem with our development group is that we aren't using java for everything. ohhhh, the heated ... discussions... that have been had. :)
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
I am sitting in a Data Structures class right now and it seems like every day the professor manages to bring up some new miracle feature that is new in version 5 or 6 and how its so new and gonna save the day blah blah blah. I'm sitting here wanting to scream out that all of these features existed in the first version of .NET. [Update]We are talking about ackerman's function again... nothing to do with data structures...:sigh: [/Update]
Matt Newman
Matt Newman wrote:
all of these features existed in the first version of .NET.
.. which appeared a little bit after Java, didn't it?
The law, in its majestic equality, forbids rich and poor alike to sleep under bridges, to beg in the streets, and to steal their bread Fold with us! ¤ flickr
-
The language is OK, it is the freaking nightmare that is J2EE, servlet containers, JSP and all that rubbish that gets on my tits. I've never seen so much prep. just to run 1 line of code before.
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...
Oh god, don't get me started on JSP... bad memories. [Damn, cp put this one in the wrong spot] -- modified at 11:36 Wednesday 14th February, 2007
Matt Newman