[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

260 2020-10-14 11:17 *

>>259
Just a a reminder, the point is to dynamically modify and extend the parser, and transform miscellaneous code into anything else.
Think of how `'(1 2 3)` is actually `(quote (1 2 3))`, and `'` doesn't have to be define in Lisp itself, but is "created" as part of the language. That is a good example for the beauty of Lisp, imo.

301


VIP:

do not edit these