Skip to content

Instantly share code, notes, and snippets.

@robertpostill
Created November 5, 2010 13:33
Show Gist options
  • Save robertpostill/664166 to your computer and use it in GitHub Desktop.
Save robertpostill/664166 to your computer and use it in GitHub Desktop.
My answer to part of exercise 1.1. in SICP
(* (cond ((> a b) a)
((< a b) b)
(else -1))
(+ a 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment