# HG changeset patch # User Steve Losh # Date 1473028786 0 # Node ID 2ade2af25bee95356b63629cd2bd682a90fc33ad # Parent af2967ceda9d59aa74b468e47ca430e4407b1945 Update diff -r af2967ceda9d -r 2ade2af25bee README.markdown --- a/README.markdown Sat Sep 03 14:45:22 2016 +0000 +++ b/README.markdown Sun Sep 04 22:39:46 2016 +0000 @@ -1307,3 +1307,11 @@ * Continued digging into Peter Kissmann's thesis on General Game Playing and BDDs. * Added more unit tests to [Temperance][] from [TAOP][]. + +### 2016-09-04 + +* Did some stuff for the blues course Una and I are starting to teach tomorrow. +* Read more of Kissmann's thesis. +* Implemented the first half of the streams section of [SICP][]. I've used + streams before in Clojure but it's fun to go through the SICP stuff and make + everything from scratch.