Some time back, samurai asked if there were any options for incorporating a dash of Perlishness into Java, and at that time the answer was "no". Well with the passage of time that answer has changed, and I am pleased to announce the Perl Idioms for Java project over at Sourceforge.
So far we have implemented foreach, grep, join, map, pop, push, shift, split and unshift, a (very) rudimentary form of autovivication, and a class representing Perl's notion of truth. If only I could convey my glee at the realization that a java.lang.Boolean initialized to "false" is true according to Perl's semantics :^P
We haven't released any files officially, however the source code is available for your perusal under CVS here, and comments on implementation or theoretical points are most welcome. Enjoy!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: "Perl Idioms for Java" Underway at Sourceforge.net
by simon.proctor (Vicar) on Feb 10, 2003 at 13:54 UTC | |
by djantzen (Priest) on Feb 10, 2003 at 14:29 UTC | |
by simon.proctor (Vicar) on Feb 10, 2003 at 14:48 UTC | |
Re: "Perl Idioms for Java" Underway at Sourceforge.net
by diotalevi (Canon) on Feb 10, 2003 at 15:36 UTC |