Comment by lproven

Comment by lproven 8 hours ago

1 reply

> one simple syntax solves everything about computation in the axiomatically simplest way possible.

So what about RPN? What about Forth and Postscript? Just as simple... just as terse... just as efficient... just as general.

And, for me, just as unreadable.

quantadev 7 hours ago

I don't think RPN is as simple as parenthesis.

All RPN does is replace the easy to get right parenthesis with difficult to get right newline characters.