I just learned from another question that Haskell is called a curried programming language because it applies function currying by default. What are other languages that display this behavior?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Of the less esoteric languages it is mainly Haskell:
OCaml and F#:
and to a lesser extent SML (where libraries use currying less):
|
|||
|
|