Haskell confusion (81)

22 Name: !WAHa.06x36 2005-11-11 18:12 ID:Heaven

Yes, all the more reason to not bother with currying.

Of course, most of the scripting languages also do closures, so you can do:

var something=1,other=2;
var partial=function(a,b) { some_function(something,a,other,b) }
partial(3,4);
This thread has been closed. You cannot post in this thread any longer.