RE: Function curry - what and why!

You are viewing a single comment's thread from:

Function curry - what and why!

in programming •  7 years ago 

I love how in Haskell, function application is defined as ($), and I love how (,) :: a -> b -> (a,b)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I want to love Haskell, such a beautiful language. But for me it has such a high cognitive workload to work with. F# is my functional home, a little more practical as hooked into the whole .NET platform :)