34dbd8f99ba8
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 11 Feb 2017 00:53:54 +0000 |
parents | 730447ee598a |
children | 43e02c665ea4 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Fri Feb 10 21:40:15 2017 +0000 +++ b/README.markdown Sat Feb 11 00:53:54 2017 +0000 @@ -11,6 +11,8 @@ [PCG]: http://www.pcg-random.org/ [bearlibterminal]: https://bitbucket.org/cfyzium/bearlibterminal [euler]: https://projecteuler.net/ +[cl-pcg]: https://sjl.bitbucket.io/cl-pcg/ +[cl-blt]: https://sjl.bitbucket.io/cl-blt/ # January 2017 @@ -89,3 +91,5 @@ * Finished the docs and pushed the 1.0.0 release of [cl-ggp][]. I still need to submit it to Quicklisp, but I need to submit [Temperance][] first. * Dusted off my old [Project Euler][euler] repo and did another problem. +* Dumped initial commits of [cl-pcg][] and [cl-blt][] to the internet in case my + laptop catches fire. Still lots of work left to do on those.