# HG changeset patch # User Steve Losh # Date 1472253536 0 # Node ID 6fcddfbfa526255b9ffd2b2317757e8d788cd1de # Parent 5298f36071d2b76054751a984a688e2a4ab2c4a3 Update diff -r 5298f36071d2 -r 6fcddfbfa526 README.markdown --- a/README.markdown Fri Aug 26 00:39:56 2016 +0000 +++ b/README.markdown Fri Aug 26 23:18:56 2016 +0000 @@ -1242,3 +1242,15 @@ Ultimately I failed, which led to... * Reading [the Wikipedia article on color difference][color difference] and thinking about an idea. + +### 2016-08-26 + +* Took a step back and read through SBCL's FFI documentation, because trying to + read the CFFI docs was like biting into a brick. I think I mostly understand + how `sb-alien` works now. Playing around with wrapping up some C stdlib + functions in `define-alien-routine` was helpful, and then I compiled + [linenoise](https://github.com/antirez/linenoise) and loaded/wrapped that + successfully, so I've at least got something running. +* Watched the GDC talk from Brian Moriarty about the making of Loom. I never + played the game, but the talk was really inspiring. +* More BDD reading.