Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nerdponx
on March 25, 2022
|
parent
|
context
|
favorite
| on:
The Lisp Curse (2017)
It's not Lisp-as-in-Common-Lisp. It's closer to Scheme than to CL.
But it's "a Lisp" in the colloquial sense that it uses s-expression syntax and has macros.
_19qg
on March 26, 2022
[–]
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But it's "a Lisp" in the colloquial sense that it uses s-expression syntax and has macros.