Skip to content

Instantly share code, notes, and snippets.

@bmabey
Forked from redsquirrel/gist:189191
Created September 19, 2009 20:58
Show Gist options
  • Save bmabey/189588 to your computer and use it in GitHub Desktop.
Save bmabey/189588 to your computer and use it in GitHub Desktop.
SICP Exercise 1.2
; Translate the following expression into prefix form http://mitpress.mit.edu/sicp/full-text/book/ch1-Z-G-3.gif
; The gif is horrible quality.. so some integers may be wrong....
(/ (+ 5 4 (- 2 (- 3 (+ 6 (/ 4 5)))))
(* 3 (- 6 2) (- 2 7)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment