Hacker News new | ask | show | jobs
by dasmoth 3207 days ago
Good point.

Although could, in principle, make space-between-list-items higher precedence than function application. E.g.:

    [x (func y) z]
1 comments

But how do you write a list with only one element, x (func y) z?
[(x (func y) z)]