Bookmarks

Books written in Literate Programming

It seems everything from compilers to operating systems have been written using literate programming!

The original TexBook.

https://pbr-book.org/ - Graphics
https://www.amazon.co.uk/Interfaces-Implementations-Techniques-Addison-Wesley-Professional/dp/0201498413 - Interface Oriented Programming in C
https://en.wikipedia.org/wiki/Axiom - Algebra
https://en.wikipedia.org/wiki/LCC_(compiler) - Compilers
https://github.com/driusan/dewm - Window Manager
https://coffeescript.org/ - Coffescript Transpiler
https://github.com/munen/emacs.d - Emacs Config Files
https://github.com/thesephist/klisp - Lisp Implementation

Historical Books

Lions Unix Source Code Commentary - This went to inspire minix which then went on to inspire Linux
Implementing Elliptic Curve Cryptography
Project Oberon