|
|
|
|
|
by Jtsummers
314 days ago
|
|
> In standard CL and Scheme, data structures are implemented at their base using cons cells That's not true. Both CL and Scheme have other data structures besides cons cells, and that's been true for the Lisp family of languages for nearly 70 years now. This bizarre belief that everything is a cons cell in Lisp and Scheme needs to go away. |
|