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...
Fresh book recommendations delivered straight to your inbox every Thursday.
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...