-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.html
1 lines (1 loc) · 1.13 KB
/
books.html
1
<html><head><title>Cal Herries</title><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1" name="viewport"><link href="../resources/public/css/app-components.css" rel="stylesheet"><link href="../resources/public/css/app-utilities.css" rel="stylesheet"></head><body class="p-8"><a href="/" style="color:blue;font-weight:bold;text-decoration:none;">←</a><div><h1>Book shelf</h1><ul><li><a href="https://www.amazon.com/Concepts-Techniques-Models-Computer-Programming/dp/0262220695">Concepts, Techniques, and Models of Computer Programming</a></li><li><a href="https://sarabander.github.io/sicp/">Structure and Interpretation of Computer Programs</a></li><li><a href="https://github.com/clojurians-org/clojure-ebook-2/blob/master/The%20Joy%20of%20Clojure%2C%202nd%20Edition.pdf">Joy of Clojure</a></li><li><a href="https://elementsofclojure.com/">Elements of Clojure</a></li><li><a href="https://web.uettaxila.edu.pk/CMS/AUT2011/seSCbs/tutorial/Object%20Oriented%20Software%20Construction.pdf">Object Oriented Software Construction</a></li><li><a href="https://handbook.selflanguage.org/">Self Handbook</a></li></ul></div></body></html>