|
|
|
|
|
by qwertyuiop924
3552 days ago
|
|
True, but as my code aptly demonstrated, procedural macros don't work the same jb all Lisps. Some Lisps don't even have them. 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. |
|
Especially since it is usually done once at compile time.
> Some Lisps don't even have them.
Even most Scheme implementations have them.