|
|
|
|
|
by practal
569 days ago
|
|
> S-expressions are the simplest way to linearize a tree. S-expressions are one way to linearize a tree. Now, "simple" can mean different things depending on what you are trying to achieve. RX is simpler than s-expressions if you prefer indentation over brackets, and like the robustness that it brings. Abstraction algebra terms are simpler than s-expressions if you want to actually reason about and with them. |
|
In short: I get all the pain of semantic white space with all the pain of lisp s-exp's with the benefits of neither.