[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Java
> >____ is so much more convenient and easy to use than Java
>
> * First-class functions
FYI, Java 2's anonymous classes nicely fill the gap made by first class
functions. In Java, you can create a closure and pass it around just
the way you would with a first class function. Considering the
language doesn't *have* functions, using classes as closures makes more
sense than introducing functions, although it is a little verbose.
-m
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
- Follow-Ups:
- RE: Java
- From: Scott McKay <swm@hotdispatch.com>
- References:
- RE: Java
- From: Scott McKay <swm@hotdispatch.com>