Hacker News new | ask | show | jobs
by duped 78 days ago
An even easier approach is to give all infix operators the same precedence and force the programmer to group subexpressions.
1 comments

You can always write lisp but most people can read code better that doesnt have that many (((()))))))
I'm sure there's a middle ground which still gives you some of the metaprogramming power of Lisp. OTOH this: https://www.gingerbill.org/article/2026/02/21/does-syntax-ma...