Hacker News new | ask | show | jobs
by desdiv 4236 days ago
If a language makes the dot and the method invocation brackets optional, then `u + v` and `u.+(v)` would be semantically identical. The former would just syntax sugar for the latter.