Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: d1124cfe4ccecc3b4c11c4479fff082f33ee2255
https://github.com/perl6/specs/commit/d1124cfe4ccecc3b4c11c4479fff082f33ee2255
Author: Larry Wall
Date: 2011-10-06 (Thu, 06 Oct 2011)
Changed paths:
M S02-bits.pod
M S03-operators.pod
M S04-control.pod
M S06-routines.pod
M S12-objects.pod
M S32-setting-library/Numeric.pod
Log Message:
---
s/currying/priming/
Currying really means treating multi-arg functions as compositions
of single-arg functions, so we should avoid misusing it the way most
other people misuse it. :)