Anonymous
6/20/2025, 11:24:42 PM
No.105655278
>>105652614
How would I go about implementing arbitrary combinations of car and cdr? Like I want to be able to write caddaaddadddaaddddr, and it'll automatically expand to
(car (cdr (cdr (car (car (cdr (cdr (car ....
Possible to do without a reader macro?
How would I go about implementing arbitrary combinations of car and cdr? Like I want to be able to write caddaaddadddaaddddr, and it'll automatically expand to
(car (cdr (cdr (car (car (cdr (cdr (car ....
Possible to do without a reader macro?