|
|
|
|
|
by bencw
2337 days ago
|
|
I find this statement from Paul Graham's Revenge of the Nerds enlightening: > Lisp looks strange not so much because it has a strange syntax as because it has no syntax; you express programs directly in the parse trees that get built behind the scenes when other languages are parsed, and these trees are made of lists, which are Lisp data structures. |
|