[comp.text.tex] SchemeWEB---Simple support for literate programming in Lisp.

ramsdell@linus.mitre.org (John D. Ramsdell) (07/31/90)

SchemeWEB---Simple support for literate programming in Lisp.

SchemeWEB is a Unix filter that translates SchemeWEB source into LaTeX
source or Scheme source.  I was written so as to make it easy to use
move it to non-Unix machines.  This version replaces a system called
SchemeTeX I wrote a while back.

The most important improvement of SchemeWEB is it is much more
portable.  There is no use of lex, and the program written in C can be
compiled by most existing compilers.  In addition, a minor bug was
fixed so that the Scheme character #\; is now correctly handled.

For now those with FTP access can find SchemeWEB in
   sun.soe.clarkson.edu:submit/schemeweb.sh. 
Hopefully, it will soon move to 
   sun.soe.clarkson.edu:tex/tex-programs/schemeweb.
John