Funny you should say that! :-) I was coding in Ruby this morning, (using lots of hashes and arrays, iterators everywhere) and when I switched back over to Java it was that comparison that made me really appreciate what a difference the 'for loop' and generics makes in the ease of use when coding Java.
~akb On Apr 8, 2005 8:18 PM, Erik Hatcher <[EMAIL PROTECTED]> wrote: > Easy now.... don't get near Ruby or you'll explode with joy! :) > > Erik > > On Apr 8, 2005, at 2:07 PM, A. Kevin Baynes wrote: > > > Can I just say... the new language features in Java 1.5 are sooooo > > nice! > > > > I'm coding my first project to 1.5 and the new for loop and generics > > are just brilliant IMHO. > > > > Defining Iterators and casting objects out of collections is such > > drudgery. The new for loop and generics make that all go away... I'm > > incredibly pleased! > > > > ~akb > > _________________ > > A. Kevin Baynes > > > > _______________________________________________ > > Juglist mailing list > > [email protected] > > http://trijug.org/mailman/listinfo/juglist_trijug.org > > -- ~akb _________________ A. Kevin Baynes _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
