Top "Literate-programming" questions

A literate program embeds source code in an essay documenting the program.

What's the best way to do literate programming in Python on Windows?

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 noweb
How do PStricks and TikZ compare for ease of learning and for quality of API design?

My 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 pstricks
How to autogenerate API documentation from Express route mappings?

I 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-code
Literate Haskell (.lhs) and Haddock

At the moment I'm only using Haddock but after seeing some really interesting examples (e.g. this gist) of literate …

haskell literate-programming haddock