Y
Hacker News
new
|
ask
|
show
|
jobs
by
pg
2445 days ago
(where (cadr x)) would be ((b c) a).
where tells you what to set, and setting the cadr of (a b c) means setting the car of (b c).
1 comments
akkartik
2445 days ago
Ah, now it's crystal clear.
link