And only after what... 14 years? Good going Sun.
Java finally open-sourced. Does anyone still care?
11–17 of 17 posts
Re: Java finally open-sourced. Does anyone still care?
#12Earlier 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.
Re: Java finally open-sourced. Does anyone still care?
#13I 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.
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?
#14I 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.
Re: Java finally open-sourced. Does anyone still care?
#15Yes, 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.
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?
#16Re: Java finally open-sourced. Does anyone still care?
#17I 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…
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.