2c6ab6ea88df

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 17 Sep 2016 12:02:58 +0000
parents f90246443294
children 7393c09c9f15
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Fri Sep 16 20:23:57 2016 +0000
+++ b/README.markdown	Sat Sep 17 12:02:58 2016 +0000
@@ -1398,3 +1398,9 @@
 * More [SICP][].  Going through the nondeterministic evaluation section now.
   Would be fun to implement some day, but I've got enough projects floating
   around at the moment, so I'll just be content with reading it for now.
+
+### 2016-09-17
+
+* More [SICP][].  Started the logic programming section.  Using streams is
+  a clever way to model the logic of returning multiple results from
+  unification.