Hacker News new | ask | show | jobs
by dnautics 2946 days ago
You can't define operator precedence though!! (That's a good thing). There was once a Julia talk about a really old programming language which disallowed any operator groupings without parens except for the basic seven or eight.

https://gist.github.com/ityonemo/6512f3b4fd02b9a9cc292cf0f88...

also string macros are cheating!