Hacker News new | ask | show | jobs
by codewright 4973 days ago
>it is mostly about OOP patterns

It's mostly about why I love Clojure's partial / Haskell's currying.

1 comments

As someone who has spent a little time into F# and other languages where currying are the default behaviour for any function, this is the one thing I find myself missing the most in clojure.

Yes, I see why wee need partials and can't have currying by default. It would seriously mess up destructuring. Yes, I get that. I still miss it though.

I'd rather have destructuring.