Comment on ICFP '09: "Get rid of cons!" Guy Steele on parallel algorithms & data structuresparentComments−herdrick17yI don't think so. Lisp code is already a tree.−gruseom17yIt's a tree in the sense that a list is a tree.−herdrick16yNo, it's really a tree structure. In fact lisp code is much like the abstract syntax tree that you get when you parse other languages.
Comments
I don't think so. Lisp code is already a tree.
It's a tree in the sense that a list is a tree.
No, it's really a tree structure. In fact lisp code is much like the abstract syntax tree that you get when you parse other languages.