Hacker News new | ask | show | jobs
by _yb2s 199 days ago
But with a much more human legible syntax that doesn’t require huge numbers of nested parentheses.
1 comments

    `+`(1,2)
is a valid R call for anyone wondering
So is this:

    `(`(1)
Bonus points: Find a use for having the parenthesis be a function.
Sneaking some very devious stuff into a friend's .Rprofile when they're not looking
That's pure evil