Haskell confusion (81)

45 Name: #!/usr/bin/anonymous : 2006-03-31 04:47 ID:mdP3ZjKE

>>44

You're full of shit. Currying is one of the best things about haskell. It's all through the type-system, and it's used all through the standard library and common idioms of the language.

As for the 'single argument' thing, you can always make a function take a tuple of args. The only thing this succeeds in doing is making your code less flexible and annoying, so no one does it.

This thread has been closed. You cannot post in this thread any longer.