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

ramsdell@linus.mitre.org (John D. Ramsdell) (08/01/90)

Archive-name: schemeweb/31-Jul-90
Original-posting-by: ramsdell@linus.mitre.org (John D. Ramsdell)
Original-subject: SchemeWEB---Simple support for literate programming in Lisp.
Archive-site: sun.soe.clarkson.edu [128.153.12.3]
Reposted-by: emv@math.lsa.umich.edu (Edward Vielmetti)

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