Haskell confusion (81)

20 Name: !WAHa.06x36 2005-11-11 13:03 ID:pwaUKK3K

>>19

As I said, most scripting languages can do that, without doing any currying. The syntax isn't as neat, but it does work a lot better than currying. In Javascript:

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