Hacker News new | ask | show | jobs
by fm2606 1215 days ago
>> (f x) -- too many parentheses

>> f(x) -- PERFECT

They have the same number of parentheses.

f(x) is probably something you have seen for the majority of your life as this is how math is taught.

1 comments

I was just saying that syntax arguments most of the time are silly. I like LISP and ML languages, so for me it doesn't really matter if I need to write LISPy code or ML code.