Skip to content

Instantly share code, notes, and snippets.

@tetsu-miyagawa
Created July 2, 2015 04:34
Show Gist options
  • Save tetsu-miyagawa/90bed4152b774b0d1cfb to your computer and use it in GitHub Desktop.
Save tetsu-miyagawa/90bed4152b774b0d1cfb to your computer and use it in GitHub Desktop.
SICP Exercise 1.2
(/ (+ 5 4 (- 2 (- 3 (+ 6 (/ 4 3))))
(* 3 (- 6 2) (- 2 7)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment