|
|
|
|
|
by Decabytes
7 days ago
|
|
> Why have operators at all? I mean as an avid Lisp fan, I feel like Lisp basically answers the question of how much syntax you need in a langauge. I must admit though, not having to deal with operators precedence is really nice (mod (+ x (* 2 step)) width)
|
|
I've come up with a very good way of handling infix in Lisp, and documented it in a decent amount of detail as well, not just as a manual for the user but anyone wanting to implement something similar.
https://www.nongnu.org/txr/txr-manpage.html#N-BEB6083E