|
|
|
|
|
by lispm
3551 days ago
|
|
Procedural macros were introduced to Lisp twenty years before CL existed and quasiquotation around ten years before CL existed. > and the splicing unquote is less efficient than cons in this case Not sure why that should be the case and why it even matters. |
|
AFAICT, splicing unquote has to traverse the entire result list. Not super relevant in this case.
I don't know why I picked cons, honestly. I guess it just fit ny mental model of what was happening better.