Quote:
Originally Posted by mike_bike_kite
The idea of RPN is that you don't need parenthesis however LISP is famous for requiring thousands of the damn things - what gives?
|
LISP stands for Lots of Insignificant Silly Parenthesis
Actually LISP stands for List Processor. Everything in LISP is a list. Even your program. And lists are enclosed in parenthesis.