[perl6/specs] d1124c: s/currying/priming/

2011-10-06 Thread noreply
  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.  :)




[perl6/specs] 2b77c5: mention currying for searchability, colomon++

2011-10-06 Thread noreply
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: 2b77c581f928ac256826884db38f82642913deee
  
https://github.com/perl6/specs/commit/2b77c581f928ac256826884db38f82642913deee
  Author: Larry Wall 
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  mention currying for searchability, colomon++