Y
Hacker News
new
|
ask
|
show
|
jobs
by
samus
1885 days ago
Reminds me of the family of LISP functions to access specific elements of a list, for example `(caddr l)` being defined as `(car (cdr (cdr l)))`