# HG changeset patch # User Steve Losh # Date 1471726379 0 # Node ID 90344ede06c94add0e3a4d9fa8209d3015fd4cd0 # Parent 2a4fab05b8788d2277ae2b467a75232fd57b58d5 Update diff -r 2a4fab05b878 -r 90344ede06c9 README.markdown --- a/README.markdown Sat Aug 20 20:50:08 2016 +0000 +++ b/README.markdown Sat Aug 20 20:52:59 2016 +0000 @@ -65,6 +65,7 @@ [IRDC talks]: https://www.reddit.com/r/roguelikes/comments/4wwlx2/are_any_of_the_talks_from_the_recent_irdc_getting/ [New England Lisp Games Conference talks]: http://xelf.me/nelgc-videos.html [bdd]: https://en.wikipedia.org/wiki/Binary_decision_diagram +[SICP]: http://www.amazon.com/dp/0262510871/?tag=stelos-20 ## June 2016 @@ -1154,3 +1155,5 @@ * Started playing around with [Binary Decision Diagrams][bdd]. Made a trivial implementation and some code to build/eval them and draw them with Graphviz. Watched part of Knuth's "Fun with BDDs" talk as inspiration. +* Continuing my cover-to-cover, exerciseless read through of [SICP][]. +