Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 907 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 907 Bytes

sicp-clojure

My solutions to exercises of the CS textbook 'Structure and Interpretation of Computer Programs', 2nd edition, MIT Press, by H. Abelson and G. J. Sussman with J. Sussman, written in Clojure.

Organization

  • Each src file is self-contained, and deals with either one or multiple related exercises
  • Tests are included in the test directory

Currently only Chapter 1 and few Chapter 2 solutions and tests are uploaded (but I expect to add more). Any corrections or enhancements are welcome. Have fun!

License

Copyright (C) 2022 Ioannis Stefanis [email protected]

Distributed under the GNU General Public License v3.0 (included in the 'LICENCE' file), due to compatibility of the textbook's Creative Commons Attribution-ShareAlike 4.0 International License with it.