|
|
|
|
|
by MarceColl
438 days ago
|
|
that's correct, but its not that it denotes a symbol as a different function of ', its the same function. Turn code into data. That's all symbols are (in CL at least). For example in a quoted list, you dont need to quote the symbols because they are already in a quoted expression! '(hello hola) ' really just says "do not evaluate whats next, treat it as data" |
|