# HG changeset patch # User Steve Losh # Date 1474113778 0 # Node ID 2c6ab6ea88df90dec0ad15af5f3262319760a031 # Parent f90246443294c51498655a92ce71039c4513a36d Update diff -r f90246443294 -r 2c6ab6ea88df README.markdown --- 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.