Y
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
randomNumber7
78 days ago
You can always write lisp but most people can read code better that doesnt have that many (((()))))))
link
ogogmad
78 days ago
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...
link