Live data from Hacker News

Java finally open-sourced. Does anyone still care?

thestandard.com

11–17 of 17 posts

Re: Java finally open-sourced. Does anyone still care?

#12

Earlier quoted context omitted.

Yeah, closures and anonymous inner classes would really redeem Java in the eyes of the masses. Java is going, going, ...

i think what tomjen was referencing was that java already has anonymous inner classes.

I'm aware. I was trying to take a funny jab at Java and it didn't turn out so well.

Re: Java finally open-sourced. Does anyone still care?

#13

I don't make or distribute java much these days but the fact that it's open-sourced means that java developers can start to expect most desktops to have it. And only after what... 14 years? Good going Sun.

Not sure I follow you. Most desktops are some flavor of Windows, call it +90%. What piece of technology, not present previously, became ubiquitous on Windows once it was open sourced? Open sourcing java doesn't mean much for end users on the desktop, imo.

The commercial open sourcing of java will matter on the ecosystem and it's a good thing for java developers (which, despite HN demographics, there are still millions of). Particularly, when you consider the flaws of the JCP and Sun's control to this point.

Good going Sun indeed--stick to making awesome hardware.

Re: Java finally open-sourced. Does anyone still care?

#14
post #7
post #5

I thing Java took a wrong turn with 1.5 and especially 1.6. Introduced new complexities to the language, without adressing its main drawbacks: verbosity, and lack of proper closures, and functions being first class citizens

Java 7 should add closures. And in the mean time, most of the times you would be using closures, you can use anonymous inner classes.

anon. inner classes are simply too heavy to warrant most uses. You want brevity.

Re: Java finally open-sourced. Does anyone still care?

#15
post #6

Yes, lots of people care. Just because it's not trendy to program in java and it doesn't get as much hype as ruby/python/etc, doesn't mean it's irrelevant.

I agree. It's irritating how idiotic people get with languages. They go from "This is the bees knees! It can be used anywhere! It's the best thing since sliced bread", to "This is irrelevant now we have our new fad favourite language"

Why can't a language just be good at some things, and not others? Do we need a grand unifying language that is great for everything?

If you want a reliable, scalable, bullet proof backend, java is still pretty hard to beat.

Re: Java finally open-sourced. Does anyone still care?

#17
post #13

I don't make or distribute java much these days but the fact that it's open-sourced means that java developers can start to expect most desktops to have it. And only after what... 14 years? Good going Sun.

Not sure I follow you. Most desktops are some flavor of Windows, call it +90%. What piece of technology, not present previously, became ubiquitous on Windows once it was open sourced? Open sourcing java doesn't mean much for end users on the desktop, imo. The commercial open sourcing of java will matter on the ecosystem and it's a good thing for java developers (which, despite HN demographics, there are still million…

Now that it's absolutely trivial to distribute, developers can count on the same code base everywhere. Kind of like how everyone can count on GCC.

I don't write much Java now but at one time I supported a database library on runtimes from sun, ibm, apple, microsoft and the blackdown guys. It was crazy. Java and Python have been around for about the same amount of time. Python has about 5 different VM implementations. According to http://en.wikipedia.org/wiki/List_of_Java_virtual_machines Java has 10 times that number.

Post reply on HN