Xref: utzoo comp.text.tex:2264 comp.lang.scheme:1448 Path: utzoo!attcan!uunet!aplcen!samsung!xylogics!merk!alliant!linus!linus!ramsdell From: ramsdell@linus.mitre.org (John D. Ramsdell) Newsgroups: comp.text.tex,comp.lang.scheme Subject: SchemeWEB---Simple support for literate programming in Lisp. Message-ID: <115362@linus.mitre.org> Date: 31 Jul 90 10:53:56 GMT Reply-To: ramsdell@mitre.org Followup-To: comp.text.tex Organization: The MITRE Corporation, Bedford MA Lines: 17 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