Raku / book

Using Raku – an unfinished book about Raku
https://perl6book.com/
284 stars 49 forks source link

Using Perl6: Section 4.7: Currying: issues #25

Open jkeenan opened 13 years ago

jkeenan commented 13 years ago

Currying is not a concept one encounters in Perl 5. This section would benefit by having a general definition of currying. Perhaps this description from http://en.wikipedia.org/wiki/Currying would suffice: "[T]he technique of transforming a function that takes multiple arguments (or an n-tuple of arguments) in such a way that it can be called as a chain of functions each with a single argument."