Hacker News new | ask | show | jobs
by skybrian 3570 days ago
Interesting that they dropped curried functions. Why do functional programmers seem to like it so much and mainstream programmers don't care?
1 comments

I've always found it annoying because it only works if you want to bind the first argument. If you want to bind the second, you have to do something else.

Disclaimer: not an expert on this subject.