This is the early stages of some "for fun" code I'm writing in Common Lisp.
The code allows access to 2bit
format
files. These are files
that can hold DNA sequences in a compressed format. You'll see examples of
this if you look at the human genome
data, for example.
Right now this repo is in active development, giving me a fun project to de-rust my rusty Common Lisp knowledge and to get used to SLIME again.