Sal
Peter Hoffmann Director Data Engineering at Blue Yonder. Python Developer, Conference Speaker, Mountaineer

quick-and-dirty literate programming

I just stumbled upon docco, the quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. I really like the concept of having the documentation on the left side and the implementation code on the right side.

The following example is an implementation of the gnome sort algorithm in python:

There are ports to other languages as well:

  • rocco written in ruby
  • shocco written in shell script
  • pycco written in python, currently supports python, coffee-script, javascript, ruby, scheme and lua. Pycoo uses pygments to format the code, so it is very easy to add support for other languages.