![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Pipe dreamby jdporter (Paladin) |
on Sep 09, 2005 at 03:07 UTC ( [id://490416]=note: print w/replies, xml ) | Need Help?? |
I've often reflected on the fact that perl's (and other languages') equivalent of a pipe stream is stacked functions which take and return lists. (A canonical example can be found in the Schwartzian Transform.) The equivalence is even stronger when lists can be lazy. Languages like Haskell do it beautifully. Presumably Perl6 will too.
In Section
Meditations
|
|