Y
Hacker News
new
|
ask
|
show
|
jobs
by
lispm
1549 days ago
Not s-expressions in the traditional Lisp definition of singly linked lists. In Lisp (a . b) is a cons cell with two symbols a and b. In Clojure it is some complex data structure with three elements a, ., and b.