Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 361 Bytes

Lisp in Small Pieces via Clojure

Lisp in Small Pieces by Christian Queinnec, 2003 edition, translated to English by Kathleen Callaway

I've started going through this book, but rather than learning Scheme while also learning the topics presented in the book, I've decided to attempt implementing the examples in Clojure. We'll see how it goes!

--Chouser