computer programming
Table of Contents
1. literate programming
Why not just styling the comments like text and keep everything else as code blocks?
2. common lisp
2.1. serialisation
- https://gitlab.com/ediethelm/trivial-hashtable-serialize
- https://common-lisp.net/project/cl-store/
- https://github.com/wlbr/cl-marshal - the most straightforward one
- https://github.com/danlentz/cl-ctrie – doesn’t seem to work
- https://github.com/danlentz/cl-btree
- https://github.com/deterministic-arts/DartsCLHashTree