←back to thread

140 points Tomte | 1 comments | | HN request time: 0.563s | source
Show context
mmcdermott ◴[] No.26288044[source]
Literate Programming is one of those ideas I keep coming to. There is an idea there that touches on something I find to be true about software development, namely that the communication of an idea to other humans is the most critical piece. There is a similar idea in Naur's paper "Programming as Theory Building."

That said, I've never loved the LaTeX-centric nature of most tools. I don't like heavier markup systems while I am writing prose, which is why I wrote SpiralWeb (https://github.com/michaeljmcd/spiralweb) as a Pandoc/Markdown centric tool.

replies(4): >>26288106 #>>26288675 #>>26289181 #>>26292430 #
1. chriswarbo ◴[] No.26292430[source]
I use a couple of Pandoc scripts to run code during the render of my Web site: http://chriswarbo.net/projects/activecode

I originally tried Emacs org-mode babel, but it didn't really fit the 'batch pipeline' flow I wanted.