wrote a base64 encoder/decoder for guile this morning. produces better bytecode than a widely used r6rs implementation (not because it's bad, it's good, it was just written for chez or something). https://git.dthompson.us/chickadee/tree/chickadee/base64.scm
@dthompson nice! Thank you!