[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 1996-01-04 (10:28) |
From: | Xavier Leroy <xleroy@p...> |
Subject: | Re: hypertext ML code |
> My end goal is to combine hypertext source code with > hypertext text documentation (latex source compiled with > latex2html) into a single, browsable hypertext document. Ah, if you're into literate programming in Caml, you might find Norman Ramsey's NoWeb package interesting (http://www.cs.purdue.edu/homes/nr/noweb/). It is claimed to have indexing capabilites for several languages including Standard ML (should be easy to adapt to Caml) and generates both LaTeX and HTML. I haven't used it myself, but have heard positive comments about it. If you find it useful for Caml source, let us know. - Xavier Leroy