6fcddfbfa526

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 26 Aug 2016 23:18:56 +0000
parents 5298f36071d2
children a2a321fa7ca3
branches/tags (none)
files README.markdown

Changes

--- 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.