Hacker News new | ask | show | jobs
by dmitriid 3035 days ago
> for combinations like `caddr' and `caaddr'

Right...because `caddr' and `caaddr' are good because??? And when is the last time you consciously used any of those primitives?

1 comments

I use them frequently. Having to write something like `(car (car (cdr foo)))` is common (`caadr`).