90344ede06c9
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 20 Aug 2016 20:52:59 +0000 |
parents | 2a4fab05b878 |
children | 9781b72fffb0 |
branches/tags | (none) |
files | README.markdown |
Changes
--- 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][]. +