Hacker News new | ask | show | jobs
by bachmeier 2017 days ago
Borrowed from Haskell. (Which of course does not make it unfunky.)

https://wiki.haskell.org/Anonymous_function

1 comments

In R all functions are anonymous functions. Functions are created anonymously and then (usually, but not always) assigned to a variable using the assignment operator.