2ade2af25bee

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Sep 2016 22:39:46 +0000
parents af2967ceda9d
children aa4999a12c83
branches/tags (none)
files README.markdown

Changes

--- 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.