Y
Hacker News
new
|
ask
|
show
|
jobs
by
ckmate-king-2
435 days ago
In Standard ML, you can do either 1+2 or op+(1, 2).
1 comments
int_19h
432 days ago
R is much crazier than that because even things like assignment, curly braces, and even function definitions themselves are all function calls. It's literally the
only
primitive in the language, to which everything else ultimately desugars.
link