in reply to Perl6 and Extreme Programming
Does anyone familiar with Perl6 care to offer concrete examples of what was meant by the XP quote?
I'm happy to know of one such feature you are inquiring about. The feature is termed as 'higher-order functions'. You can read a full thread on the related RFC. Damian Conaway also touches this subject in one of his diary entries. Moreover, Damian has written an excellent Perl5 module to simulate this feature of Perl6. Not surprisingly the module is called Perl6::Currying.$"=q;grep;;$,=q"grep";for(`find . -name ".saves*~"`){s;$/;;;/(.*-(\d+) +-.*)$/; $_=["ps -e -o pid | "," $2 | "," -v "," "];`@$_`?{print"+ $1"}:{print" +- $1"}&&`rm $1`; print$\;}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl6 and Extreme Programming
by chromatic (Archbishop) on May 25, 2002 at 21:58 UTC | |
by TheDamian (Vicar) on May 25, 2002 at 22:32 UTC | |
by Elian (Parson) on May 26, 2002 at 17:06 UTC | |
|
Re: Re: Perl6 and Extreme Programming
by Jenda (Abbot) on May 26, 2002 at 22:42 UTC |