Comment on ICFP '09: "Get rid of cons!" Guy Steele on parallel algorithms & data structuresparentComments−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
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.