Hello List,
I'm glad to announce the first version of Scalit, a tool suite that
allows you to write literate programs in Scala. A literate program can
be directly compiled but also be weaved in a document meant for human
reading. The release can be downloaded here:
http://www.assembla.com/wiki/show/scalitI am happy to hear your feature requests and bug reports,
Sebastian Gfeller
P.S. If you are curious on what literate programming actually is, you
can read the Wikipedia article on it (
http://en.wikipedia.org/wiki/Literate_programming
). For any examples on the syntax, you can consider the source code
of the implementation itself.