# HG changeset patch # User Steve Losh # Date 1472171996 0 # Node ID 5298f36071d2b76054751a984a688e2a4ab2c4a3 # Parent 70fe5c8d7d7dc328ddf4352f1c83c25db8269220 Update diff -r 70fe5c8d7d7d -r 5298f36071d2 README.markdown --- a/README.markdown Thu Aug 25 16:20:37 2016 +0000 +++ b/README.markdown Fri Aug 26 00:39:56 2016 +0000 @@ -72,6 +72,8 @@ [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/ +[color difference]: https://en.wikipedia.org/wiki/Color_difference +[CFFI]: https://common-lisp.net/project/cffi/ ## June 2016 @@ -1234,3 +1236,9 @@ ### 2016-08-25 * More chatting/printing about BDDs. +* Read part of the [CFFI][] manual. +* Played around with [cl-charms][] a bit more. Spent *far* too long trying to + get iterm2/tmux/ncurses working nicely together to allow me to set colors. + Ultimately I failed, which led to... +* Reading [the Wikipedia article on color difference][color difference] and + thinking about an idea.