Java finally open-sourced. Does anyone still care?
thestandard.com
Java finally open-sourced. Does anyone still care?
1–10 of 17 posts
Re: Java finally open-sourced. Does anyone still care?
#2Re: Java finally open-sourced. Does anyone still care?
#3Could anyone elaborate on which sections of code weren't open sourced originally? That'd be interesting to hear.
Re: Java finally open-sourced. Does anyone still care?
#4Could anyone elaborate on which sections of code weren't open sourced originally? That'd be interesting to hear.
Re: Java finally open-sourced. Does anyone still care?
#5Re: Java finally open-sourced. Does anyone still care?
#6Re: Java finally open-sourced. Does anyone still care?
#7I 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
Re: Java finally open-sourced. Does anyone still care?
#8I 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.
Java is going, going, ...
Re: Java finally open-sourced. Does anyone still care?
#9Earlier quoted context omitted.
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.
Yeah, closures and anonymous inner classes would really redeem Java in the eyes of the masses. Java is going, going, ...