3fa33accef66
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 29 Oct 2017 16:54:22 -0400 |
parents | 897a5a1e39e1 |
children | f6d6ae5aea2c |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Sun Oct 29 12:39:28 2017 -0400 +++ b/README.markdown Sun Oct 29 16:54:22 2017 -0400 @@ -22,6 +22,7 @@ [temperance]: https://bitbucket.org/sjl/temperance/ [aeropress]: http://amzn.to/2zZq5GT [bria]: https://bitbucket.org/sjl/bria/ +[ergolib]: https://github.com/rongarret/ergolib # January 2017 @@ -287,3 +288,6 @@ reloading of the entire bot, which means than all the forms get re-evaluated. So using a gensym for the key in the macro was not gonna work. But at least I ran into those edge cases early. +* 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.