# HG changeset patch # User Steve Losh # Date 1509408673 14400 # Node ID f6d6ae5aea2c5b971ac8fa2a907fffacb8770848 # Parent 3fa33accef663694c74011850ee3e6c0c3a2b441 Update diff -r 3fa33accef66 -r f6d6ae5aea2c README.markdown --- a/README.markdown Sun Oct 29 16:54:22 2017 -0400 +++ b/README.markdown Mon Oct 30 20:11:13 2017 -0400 @@ -275,7 +275,7 @@ # October 2017 -## 2017-03-29 +## 2017-10-29 * Gonna try updating this thing again now that I'm settled back into the US. * Tried my first [Aeropress][] coffee. It was a bit sour, which I think is due @@ -291,3 +291,11 @@ * Started reading through [ergolib][]. Lots of stuff in it, some of it interesting, some of it a bit crazy. It's fun to see how other people implement some of the utilities as in my own utils library. + +## 2017-10-30 + +* Work. +* Read [Fast generic dispatch for Common + Lisp](http://metamodular.com/generic-dispatch.pdf). A pretty simple idea at + its core, but Common Lisp's support for highly-dynamic things like redefining + classes at runtime complicates things.