|
|
|
|
|
by orclev
4678 days ago
|
|
> Lisp and related languages use Polish Notation everywhere. > The main benefit is that (R)PN is parenthesis-free ... so what you're saying is Lisp has all those parenthesis just to troll us? Seriously though, using PN can make implementing parsers a lot simpler as it makes the grammar less ambiguous. |
|