Arc Forumnew | comments | leaders | submitlogin
2 points by croach 5922 days ago | link | parent

I wholeheartedly agree with your suggestion that implicit currying be added to Arc. Currying was always one of those things that I felt was missing from Lisp, especially since it was based on lambda calculus from the beginning. Also, combining currying with composition provides tons of flexibility for creating new functionality in the language, just look at what all can be done with it in Haskell.

Definitely +1 for currying in Arc.