|
|
|
|
|
by mullr
1599 days ago
|
|
Yeah, it's really not. You CAN do knuth-style literate programming in org-mode (https://orgmode.org/manual/Extracting-Source-Code.html) I used it to make http://mullr.github.io/micrologic/literate.html. The experience completely cured me of Knuth-style literate programming, fwiw. It's really great for making a lasting artifact about a program that's completely done. But I can count the number of programs I've worked on like that on zero fingers. Even this one isn't really done, but the cost of updating the essay along with the code discouraged me from working on it any more. |
|
My emacs configuration is the exact opposite of a program that's completely done, but I find literate programming good for managing it's complexity.
> The experience completely cured me of Knuth-style literate programming, fwiw.
If it's not too much to ask, do you mind sharing some of the pain points?