# HG changeset patch # User Steve Losh # Date 1602122098 14400 # Node ID 869a1640d37ae592f9a0f24a7f41cc1faab78062 # Parent 3a2d37b45a96abd0bc167832cf5cf4967024ed38 Update diff -r 3a2d37b45a96 -r 869a1640d37a README.markdown --- a/README.markdown Sat Oct 03 19:31:32 2020 -0400 +++ b/README.markdown Wed Oct 07 21:54:58 2020 -0400 @@ -1493,3 +1493,24 @@ Building `st` on the new machine. The `README` only mentions "the X header files" as a dependency, which is a lie. You actually need `libx11-dev`, `libxft-dev`, and `libxext-dev`. + +## 2020-10-06 + +Going back through the ARM book and doing some of the exercises. To help me +check my answers, I extended CACL to support reading characters, added +`char-code` and `code-char` commands, added `hex` and `bits` commands. + +Also started going through BIAL again, because now we're doing it for the book +club at work. Maybe I'll actually finish this time. + +I keep going back and forth on whether it's worth making a special sequence +class for DNA/RNA sequences while doing Rosalind. I poke around at it every +time, but I don't think I have the time to truly do it right (yet), so for now +I'm going to stick with vanilla strings. + +## 2020-10-07 + +Finished chapter 1 of BIAL again. Took a little of my old code (mainly +utilities) but mostly just wrote it from scratch. It was a good exercise. +I feel a little rusty at Lisp though… +