15 Jun
2014
15 Jun
'14
3:24 p.m.
On 06/15/14 08:44, Louis Dionne wrote:
Larry Evans
writes: On 06/06/14 21:18, Louis Dionne wrote:
[...]
IIRC, list uses an evaluator and "tagged" lists where the 1st element in
^^^^ should be lisp
the list is a tag for the operation to be performed and the evaluator dispatches on this tag to do the operation with the operands being the remaining args in the list.
I don't understand which list you are talking about.
OOPS. Very sorry for the typo above. I'm talking about the language, Lisp: http://en.wikipedia.org/wiki/Lisp_%28programming_language%29 and the pattern I was talking about was called "Polish prefix notation" in the wikipedia article. -regards, Larry