Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just a nitpick, but currying is a language detail, one can potentially create an efficient implementation with or without them.


Yes and of course Haskell is quite capable of supporting uncurried functions too, e.g.

foo :: (Int, Int) -> Int

foo (x, y) = ...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: