Structure and Interpretation of Computer Programs with Clojure!

I’m working my way through the Computer Science classic “Structure and Interpretation of Computer Programs” and attempting to do all of the exercises along the way. The book uses Scheme, which is a very simple dialect of Lisp, but I’ve found it very easy to translate things into Clojure.

Follow along here: https://github.com/btamadio/sicp