Hacker News new | ask | show | jobs
by kqr 3116 days ago
> What passes for lambda expressions in R is clunky.

Is that really the case, though? It seems like `function (args) body` is about as simple as it gets, and just as simple as in many other languages.