>>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?