Currying is nice when whitespace is function application and ugly and inconvenient when you have to write foo(x)(y) and the libraries you deal with aren't consistent about this. Currying in Haskell is nice for exactly these reasons.
Also, https://www.amazon.de/Das-Curry-Buch-Funktional-programmiere...
Currying is nice when whitespace is function application and ugly and inconvenient when you have to write foo(x)(y) and the libraries you deal with aren't consistent about this. Currying in Haskell is nice for exactly these reasons.
Also, https://www.amazon.de/Das-Curry-Buch-Funktional-programmiere...