f929b04caf2e
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 20 Jan 2020 12:45:04 -0500 |
parents | 66a37cbc9558 |
children | 1e72a867d06b |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Sun Jan 19 21:15:49 2020 -0500 +++ b/README.markdown Mon Jan 20 12:45:04 2020 -0500 @@ -130,3 +130,11 @@ Did Rosalind problem `PDST`. Pretty easy. Most annoying part was the output, but I extended my float printer to handle 2D arrays to make it easier to output what they want in the future. + +## 2020-01-20 + +Wanted to do a Rosalind problem over lunch. On a whim I decided to use CCL just +to keep myself honest — I usually use SBCL, so using another implementation now +and then helps ensure I'm writing standards-compliant code. But apparently +a recent Vlime commit broke Vlime in CCL. So I had to shave *that* yak first. +Sent a PR.