axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] noweb


From: root
Subject: [Axiom-developer] noweb
Date: Sun, 28 Mar 2004 13:43:13 -0500

*,

Another pending change in the longer term is to redo the literate
programming tool. The current plan is to change it to use latex
syntax so that:


<<some chunk name>>=   becomes \begin{chunk}{some chunk name}
@                      becomes \end{chunk}
[[escaped text]]       becomes \escape{escaped text}
<<some chunk name>>    becomes \chunk{some chunk name}

This allows latex to at least parse the pamphlet files and 
makes the "transition" to literate programming seems less painful.
Since Axiom doesn't make use of any other features of noweb this 
is a syntactic change. The pre-process step still occurs and will
expand to handle chunk protocols beyond the current syntax of:

  <<pamphlet://URI>>


Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]