A literate program embeds source code in an essay documenting the program.
I've been playing with various ways of doing literate programming in Python. I like noweb, but I have two main …
python windows literate-programming nowebMy group uses Literate Programming for most of our source code---this means that internal documentation is written using LaTeX. We …
latex diagram tikz literate-programming pstricksI am developing a REST API in nodejs + Express and I have been simultaneously documenting my API in the README …
node.js rest express literate-programming self-documenting-codeAt the moment I'm only using Haddock but after seeing some really interesting examples (e.g. this gist) of literate …
haskell literate-programming haddock