5298f36071d2
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 26 Aug 2016 00:39:56 +0000 |
parents | 70fe5c8d7d7d |
children | 6fcddfbfa526 |
branches/tags | (none) |
files | README.markdown |
Changes
--- 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.