Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Curried Scheme (comonad.com)
6 points by fogus on Aug 29, 2009 | hide | past | favorite | 1 comment


PLT scheme comes with an implementation of currying built-in:

  (define add2 (curry + 2))
  
  (add2 5) --> 7




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: