Y
Hacker News
new
|
ask
|
show
|
jobs
by
seanw444
438 days ago
Similar in Nim as well.
1 comments
ckmate-king-2
438 days ago
In Standard ML, you can do either 1+2 or op+(1, 2).
link
int_19h
435 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