|
|
|
|
|
by Oreb
2234 days ago
|
|
I think you got this backwards. Common Lisp does have `first` and `rest` as synonyms for `car` and `cdr`. As far as I know, Scheme does not. I believe you have to use `car` and `cdr` there (unless, of course, you define your own synonyms). I could be wrong about Scheme: My Scheme knowledge is badly outdated, and was always incomplete. |
|