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

Languages that don't use () still have to use the same syntax. See the haskell solution.