Hacker News new | ask | show | jobs
by tel 4781 days ago
Yes, but that has an obvious lack of syntactic parallelism, one especially important when talking about currying since you might be tempted to relate that to the coffee script

    (X, y) -> x+y
It also has a subtly different performance characteristic in GHC, it turns out. Same semantics though.