NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
map and filter (aka grep) (Score:1)
In certain cases, list comprehensions are faster than map and filter:
http://www.sacredchao.net/~piman/writing/listcomp.shtml/ [sacredchao.net]
The Lisp-ish functions may be dropped in Python 3000 according to one well-known hacker:
http://www.artima.com/weblogs/viewpost.jsp?thread=98196 [artima.com]
Reply to This