# HG changeset patch # User Steve Losh # Date 1472080930 0 # Node ID 9aadf6ee2d05c2c8f3efa4ef5e0b92a34e3004c1 # Parent 1d988c779594dc97a0913efcaaf1cbc3f9725958 Update diff -r 1d988c779594 -r 9aadf6ee2d05 README.markdown --- a/README.markdown Tue Aug 23 22:51:44 2016 +0000 +++ b/README.markdown Wed Aug 24 23:22:10 2016 +0000 @@ -71,6 +71,7 @@ [huffman-trees]: https://en.wikipedia.org/wiki/Huffman_coding [cl-adt]: https://bitbucket.org/tarballs_are_good/cl-algebraic-data-type [gdl-bench]: http://cgi.cse.unsw.edu.au/%7Emit/GGP/GIGA-13-Proceedings.pdf#page=55 +[Temperance]: http://sjl.bitbucket.org/temperance/ ## June 2016 @@ -1218,10 +1219,14 @@ ### 2016-08-23 * With Stephan's help I got part of his [GDL Reasoner Benchmark][gdl-bench] up - and running. I think I should be able to plug in Temperance with another day - or so of work. It'll be nice to have a decent benchmark. + and running. I think I should be able to plug in [Temperance][] with another + day or so of work. It'll be nice to have a decent benchmark. * Changed Temperance's API to be more functional (e.g. instead of `(query foo)` using a global variable for a database it's now `(query db foo)`). This should make maintenance and composing things saner, at the cost of a bit of extra typing. * More [SICP][]. Finished playing around with [Huffman Trees][huffman-trees]. + +### 2016-08-24 + +* Finished plugging [Temperance][] into the GDL benchmark suite.