-
Notifications
You must be signed in to change notification settings - Fork 1
curated list literate programming
Julien Burkhard edited this page Apr 10, 2023
·
7 revisions
This is a compilation of resources on literate programming available on the internet.
- Course where he discusses literate programming by reviewing his students reports:
- Original paper which describes WEB: literateprogramming.com
- Great review of the paper by Vivek Haldar: youtube
A wiki where every program is written in the literate programming style : literateprograms.org
Name | Weave | Tangle | Recursive Tangle | Examples |
---|---|---|---|---|
srcweave | ✅ | ✅ | ✅ | 1 2 |
jupyter | ✅ | ✅ | ||
ntangle.nvim | ✅ | ✅ | 1 | |
Literate | ✅ | ✅ | ✅ | 1 |
neorg | ✅ | 1 |