504550dd21d5
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 02 Feb 2020 21:12:04 -0500 |
parents | f65b93a5eed2 |
children | 75e74c98dc01 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Sun Feb 02 12:28:48 2020 -0500 +++ b/README.markdown Sun Feb 02 21:12:04 2020 -0500 @@ -377,3 +377,13 @@ in `make debug`. * Management of directory creation is… annoying. Ended up going with placeholder `.ph` files. Simple but inelegant. Oh well. + +Finished writing up my class project pick paper. + +Did more in the gnuplot book. + +Updated my `lines` tool to add a `--limit` option and handle broken pipes. +I could have sworn I handled broken pipes in some other Lisp script at some +point, but can't seem to find it now. I used `sb-int:broken-pipe` but I'm not +sure if that's something I should be relying on. Need to ask in `#sbcl`. +