Skip to content

Instantly share code, notes, and snippets.

@kEND
Forked from redsquirrel/gist:189191
Created September 19, 2009 22:42
Show Gist options
  • Save kEND/189620 to your computer and use it in GitHub Desktop.
Save kEND/189620 to your computer and use it in GitHub Desktop.
Exercise 1.2
SICP 1.2
(/ (+ 5 4
(- 2
(- 3
(+ 6
(/ 5 4)
)
)
)
)
(* 3 (- 6 2) (- 2 7))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment