Hacker News new | ask | show | jobs
by dwenzek 1465 days ago
OCaml and Haskell parse `a b c d e f` as `((((a b) c) d) e) f`.
1 comments

And while different than Algol-descended languages, I don't think that's particularly confusing. (Not that you were saying so, just continuing the conversation.) You can put together a confusing expression with it, but I can put together confusing things with the Algol syntax with not too much effort too. I've got the source code with my name on the blame to prove it.