Y
Hacker News
new
|
ask
|
show
|
jobs
by
jnbiche
4342 days ago
Do languages that don't use () as a function call still have to use the same syntax? Or is () just a stand-in for a function call?
1 comments
eatnumber1
4342 days ago
Languages that don't use () still have to use the same syntax. See the haskell solution.
link