# HG changeset patch # User Steve Losh # Date 1579542304 18000 # Node ID f929b04caf2eaf597b2941b8cc250148965af0d8 # Parent 66a37cbc9558b46afdd2cccf408843db43a94ef1 Update diff -r 66a37cbc9558 -r f929b04caf2e README.markdown --- 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.