Skip to content

Instantly share code, notes, and snippets.

@robertpostill
Created November 6, 2010 05:44
Show Gist options
  • Save robertpostill/665223 to your computer and use it in GitHub Desktop.
Save robertpostill/665223 to your computer and use it in GitHub Desktop.
An attempt to pretty print my answer to exercise 1.2 of SICP
(define exercise1-2
(/
( + 5 4
(- 2
(-3
(+ 6 0.8))))
(* 3
(- 6 2)
(- 7 2))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment