Y
Hacker News
new
|
ask
|
show
|
jobs
by
colomon
5534 days ago
I'm sure baudehlo knows, but some other readers may not: map, grep, and closures are all native in Perl 5, and reduce is easily available. (All are native in Perl 6.)
1 comments
baudehlo
5534 days ago
reduce is "included" - it's just in a loadable module in the core library.
link