Web Development
litjava.txt
Associated article: Java, XML, & Literate Programming
Tags: Web Development
Published source code accompanying the article by Andrew Dwelly in which he presents Marius, a system which implements some of Donald Knuth's ideas about literate programs, but uses Java as its programming language, with HTML as the output. In the process, Marius leverages the power of XML. Also see LITJAVA.ZIP.
Java, XML, & Literate Programming by Andrew Dwelly Listing One <SECTION TITLE="The Nfib algorithm"> <NARRATIVE> <P>Nfib is our next example of benchmarking algorithms, it is closely related to the Fibonacci ...


