Skip to content

Instantly share code, notes, and snippets.

@tomelam
Created June 12, 2012 07:21
Show Gist options
  • Save tomelam/2915864 to your computer and use it in GitHub Desktop.
Save tomelam/2915864 to your computer and use it in GitHub Desktop.
Simple Lisp tree structure #1
;;;; In this Lisp tree, leaves are atoms and children with children are lists.
(a
(b
c
(d
(e f))
g
h))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment