in reply to
Near-free function currying in Perl
Cool idea. How about an alternative interface for lazy currying so that I could do
use AutoCurry qw( AUTOLOAD );
[download]
and get an AUTOLOAD subroutine that will dynamically implement function_c.
Comment on
Re: Near-free function currying in Perl
Download
Code
In Section
Meditations