Literate Programming

I've moved my AARON -style program from Prolog to Python to Lisp to Dylan, and now I'm programming it in a literate programming style using noweb. Literate programming means combining a human-readable description of the program with the code and using a program to extract the code and well-formatted documentation from this shared source. It's like illuminated manuscripts for code, and a technique I'd like to apply more directly to image programs (such as PostScript or MetaPost code).
Hopefully the extra effort will be worth it:
• Having to describe what I'm doing is helping me to think more clearly about what I'm doing.
• This is a long term project, so the documentation will help me to start hacking on it again after any breaks.
• I can present the program publicly, unlike with AARON.

About this Entry

This page contains a single entry by Rob Myers published on March 30, 2004 10:28 PM.

Titled was the previous entry in this blog.

Free Culture is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.