home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / lisp-faq / part6 < prev    next >
Encoding:
Text File  |  1995-07-25  |  73.1 KB  |  1,429 lines

  1. Subject: FAQ: Lisp FTP Resources 6/7 [Monthly posting]
  2. Newsgroups: comp.lang.lisp,news.answers,comp.answers
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Date: 13 Nov 1994 08:02:16 GMT
  5.  
  6. Archive-name: lisp-faq/part6
  7. Last-Modified: Thu Nov 10 22:59:26 1994 by Mark Kantrowitz
  8. Version: 1.50
  9. Maintainer: Mark Kantrowitz and Barry Margolin <ai+lisp-faq@cs.cmu.edu>
  10. URL: http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/lang/lisp/top.html
  11. Size: 74934 bytes, 1430 lines
  12.  
  13. ;;; ****************************************************************
  14. ;;; FTP Archives and Other Resources *******************************
  15. ;;; ****************************************************************
  16. ;;; Written by Mark Kantrowitz and Barry Margolin
  17. ;;; lisp_6.faq
  18.  
  19. This post contains Part 6 of the Lisp FAQ.
  20.  
  21. If you think of questions that are appropriate for this FAQ, or would
  22. like to improve an answer, please send email to us at ai+lisp-faq@cs.cmu.edu.
  23.  
  24. Topics Covered (Part 6):
  25.   [6-0] General information about FTP Resources for Lisp
  26.   [6-1] Repositories of Lisp Software
  27.   [6-3] Publicly Redistributable Lisp Software
  28.   [6-6] Formatting code in LaTeX (WEB and other literate programming tools)
  29.   [6-7] Where can I get an implementation of Prolog in Lisp?
  30.   [6-8] World-Wide Web (WWW) Resources
  31.  
  32. Search for \[#\] to get to question number # quickly.
  33.  
  34. ----------------------------------------------------------------
  35. Subject: [6-0] General information about FTP Resources for Lisp
  36.  
  37. Remember, when ftping compressed or compacted files (.Z, .z, .arc, .fit,
  38. etc.) to use binary mode for retrieving the files.
  39.  
  40. Files that end with a .z suffix were compressed with the patent-free
  41. gzip (no relation to zip). Source for gzip is available from:
  42.    prep.ai.mit.edu:/pub/gnu/
  43. as the files gzip-1.2.3.shar, gzip-1.2.3.tar,or gzip-1.2.3.msdos.exe.
  44.  
  45. FTP sites for Lisp and Scheme interpreters and compilers are discussed
  46. in the answer to questions [4-0] and [4-2] and in the Scheme FAQ. See
  47. the entry on Macintosh Common Lisp in question [4-1] for information
  48. on the CD-ROM of Lisp code that Apple distributes with MCL 2.0.
  49.  
  50. ----------------------------------------------------------------
  51. Subject: [6-1] Repositories of Lisp Software
  52.  
  53. There are several repositories of publicly redistributable and
  54. public domain Lisp code. 
  55.  
  56. Common Lisp Repository:
  57.  
  58.    The Common Lisp Repository is accessible by anonymous ftp to
  59.       ftp.cs.cmu.edu:/user/ai/lang/lisp/ [128.2.206.173]
  60.    through the AFS directory
  61.       /afs/cs.cmu.edu/project/ai-repository/ai/lang/lisp/
  62.    or by WWW from the URL   
  63.       http://www.cs.cmu.edu:8001/Web/Groups/AI/html/repository.html
  64.    and includes more than 250 megabytes of sources, including all
  65.    freely distributable implementations and many programs. This
  66.    repository supersedes the Lisp Utilities collection, and is now
  67.    part of the CMU Artificial Intelligence Repository.
  68.  
  69.    Programs in the repository include XREF (portable cross referencing
  70.    tool for Lisp, similar to the Symbolics Who-Calls and the Xerox
  71.    MasterScope programs), Brad Miller's initializations package for
  72.    Allegro CL 4.0, DEFSYSTEM (portable system definition facility, a
  73.    "Make" for Lisp), a portable implementation of the X3J13 June 1989
  74.    specification for logical pathnames, METERING (a portable code
  75.    time/space profiling tool), SOURCE-COMPARE (a portable "diff" utility
  76.    for Lisp), USER-MANUAL (a program which helps with documenting Lisp
  77.    code), PSGRAPH (Joe Bates' PostScript DAG grapher), several matchers
  78.    for Lisp, NREGEX (a regular expressions matcher), a date formatter, an
  79.    infix reader macro for Lisp, SAVE-OBJECT (Kerry Koitzsch's package to
  80.    save ASCII representations of Lisp objects to a file), Stephen
  81.    Nicoud's semi-portable CLtL2 version of defpackage, LALR (Mark
  82.    Johnson's lisp YACC parser generator), various implementations of the
  83.    Loop Macro, William Schelter's sloop macro, Frank Ritter and Jim
  84.    Panagos' implementation of the Yale yloop macro (described in
  85.    McDermont, Charniak and Riesbeck's AI programming book), all free Lisp
  86.    GUIs, including Express Windows, the iterate macro, Waters' Series
  87.    Macro package, Waters' XP Lisp Pretty Printer, Bruno Haible's
  88.    implementation of the Simplex algorithm, MAPFORMS (Moon's code
  89.    walker), Brad Miller's resources package, and much much more.
  90.  
  91.    The repository has standardized on using 'tar' for producing
  92.    archives of files and 'gzip' for compression.
  93.  
  94.    To search the keyword index by mail, send a message to:
  95.       ai+query@cs.cmu.edu
  96.    with one or more lines containing calls to the keys command, such as:
  97.       keys lisp iteration
  98.    in the message body.  Keywords may be regular expressions and are
  99.    compared with the index in a case-insensitive conjunctive fashion.
  100.    You'll get a response by return mail. Do not include anything else 
  101.    in the Subject line of the message or in the message body.  For help on
  102.    the query mail server, include: 
  103.       help
  104.    instead. 
  105.  
  106.    A Mosaic interface to the keyword searching program is in the
  107.    works.  We also plan to make the source code (including indexes) to
  108.    this program available, as soon as it is stable.
  109.  
  110.    Most of the Common Lisp Repository appears on Prime Time Freeware
  111.    for AI, Issue 1-1, a mixed-media book/CD-ROM publication. It
  112.    includes two ISO-9660 CD-ROMs bound into a 224 page book and sells
  113.    (list) for US$60 plus applicable sales tax and shipping and handling
  114.    charges. Payable through Visa, Mastercard, postal money orders in US
  115.    funds, and checks in US funds drawn on a US bank. For more
  116.    information write to Prime Time Freeware, 370 Altair Way, Suite 150,
  117.    Sunnyvale, CA  94086  USA, call 408-433-9662, 408-433-0727 (fax),
  118.    or send email to ptf@cfcl.com.
  119.  
  120.    Contributions of software and other materials are always welcome but
  121.    must be accompanied by an unambiguous copyright statement that grants
  122.    permission for free use, copying, and distribution -- either a
  123.    declaration by the author that the materials are in the public domain,
  124.    that the materials are subject to the GNU General Public License (cite
  125.    version), or that the materials are subject to copyright, but the
  126.    copyright holder grants permission for free use, copying, and
  127.    distribution. (We will tell you if the copying permissions are too
  128.    restrictive for us to include the materials in the repository.)
  129.    Inclusion of materials in the repository does not modify their
  130.    copyright status in any way. Materials may be placed in:
  131.       ftp.cs.cmu.edu:/user/ai/new/
  132.    When you put anything in this directory, please send mail to
  133.       ai+contrib@cs.cmu.edu
  134.    giving us permission to distribute the files, and state whether
  135.    this permission is just for the AI Repository, or also includes
  136.    publication on the CD-ROM version (Prime Time Freeware for AI).
  137.    We would also appreciate if you would include a 0.doc file for your
  138.    package; see /user/ai/new/package.doc for a template. (If you don't
  139.    have the time to write your own, we can write it for you based on
  140.    the information in your package.)
  141.  
  142.    The Common Lisp Repository is maintained by Mark Kantrowitz,
  143.    lisp-utilities-request@cs.cmu.edu.
  144.  
  145.    Known mirrors:
  146.       ftp.sunet.se:/pub/lang/lisp/
  147.  
  148. CLOS:
  149.    The CLOS code repository is available by anonymous ftp to
  150.       nervous.cis.ohio-state.edu:/pub/lispusers/clos/ [128.146.61.200] 
  151.    If you've got code you'd like to add to the repository, send mail to
  152.    Arun Welch, commonloops-request@cis.ohio-state.edu.  The CLOS code
  153.    repository includes dag.lisp.Z and 3DGeometry.lisp.  [The AI
  154.    Repository's Lisp Section includes a directory of CLOS code as well,
  155.    in ftp.cs.cmu.edu:/user/ai/lang/lisp/oop/clos-code/.]
  156.  
  157. MCL:
  158.    The Macintosh Common Lisp repository contains Lisp code for
  159.    MCL contributed by MCL users. It is available by anonymous ftp from
  160.       cambridge.apple.com:/pub/MCL2/contrib/       [134.149.2.3]
  161.    and also contains the Info-MCL mailing list archives. The
  162.    repository contains, among other things, AV_Parser.hqx and Zebu
  163.    (general parser toolkits), babylon-2.2.sit.hqx (expert system shell
  164.    from GMD in Germany), btree.sit.hqx (binary trees), LGL.lisp (Lisp
  165.    Graphics Library for MCL), quicktime code, mmlisp.sit.hqx
  166.    (midi-manager interface), tips on optimizing MCL code, PARKA.sit.hqx
  167.    (a knowledge representation system), starsim.sit.hqx (*Lisp for MCL),
  168.    IP/TCP examples, and support for hypercard XCMDs and XFCNs.  See the
  169.    file README for a quick overview of the contents of the MCL
  170.    repository.
  171.  
  172. CLIM:
  173.    The CLIM Library (a library of user contributed code for the CLIM
  174.    environment) is available by anonymous ftp on
  175.       cambridge.apple.com:/pub/clim [134.149.2.3]
  176.    For information on CLIM, see the entry in [6-5] below.  For more
  177.    information on the CLIM Library, contact Vincent Keunen, keunen@nrb.be.
  178.  
  179. MIT AI Lab:
  180.    ftp.ai.mit.edu:/pub/
  181.       loop-macro.tar               [LOOP from CLtL1]
  182.       series/                      [SERIES from CLtL2; older version]
  183.       Iterate/                     [Alternative to series and loop.]
  184.       clmath.tar                   [Numeric math 1984]
  185.       ontic/                       [ONTIC Knowledge Rep. for Mathematics]
  186.    clmath is a Lisp library of mathematical functions that calculate
  187.    hyperbolic and inverse hyperbolic functions, Bessel functions,
  188.    elliptic integrals, the gamma and beta functions, and the incomplete
  189.    gamma and beta functions.  There are probability density functions,
  190.    cumulative distributions, and random number generators for the normal,
  191.    Poisson, chi-square, Student's T, and Snedecor's F functions. Discrete
  192.    Fourier Transforms. Multiple linear regression, Fletcher-Powell
  193.    unconstrained minimization, numerical integration, root finding,
  194.    and convergence. Code to factor numbers and to do the
  195.    Solovay-Strassen probabilistic prime test is included. 
  196.    A technical report describing CLMath is available as MIT AI Lab
  197.    Memo 774, Gerald Roylance, "Some Scientific Subroutines in LISP",
  198.    September 1984. Iterate is Jonathan Amsterdam's alternative to
  199.    series and the Loop macro. For more information, contact jba@ai.mit.edu.
  200.  
  201. LispUsers Archives:
  202.    The LispUsers Archives, a collection of programs for Medley, can be
  203.    found on 
  204.       nervous.cis.ohio-state.edu:/pub/lispusers/medley/
  205.    The files include a plotting module, addressbook, chat program, clock,
  206.    call-grapher, grep implementation, Tower of Hanoi, Life, lisp dialect
  207.    translator, and fonts. Also on nervous.cis.ohio-state.edu is GTT, an
  208.    implementation of Chandrasekaran's Generic Tasks Toolset, in directory
  209.    pub/lispusers/toolset.
  210.  
  211. Amiga LISP implementations:
  212.    There's a repository of Amiga LISP implementations (and other Lisp-like
  213.    language implementations) on gatekeeper.pa.dec.com:/pub/micro/amiga/lisp/.
  214.  
  215. Inside Computer Understanding:
  216.    Common Lisp versions of the mini programs from "Inside Computer
  217.    Understanding" by Schank and Riesbeck, 1981, are available by
  218.    anonymous ftp from 
  219.       cs.umd.edu:/pub/schank/icu/
  220.    This includes the SAM and ELI miniatures. It will eventually include copies
  221.    of the miniature versions of PAM, POLITICS, and Tale-Spin. The FOR
  222.    macro is also available in this directory, as are a set of functions
  223.    for manipulating and matching lisp representations of Conceptual
  224.    Dependency formulas.  Contact Bill Andersen <waander@cs.umd.edu> for
  225.    more information. 
  226.  
  227. Norvig:
  228.  
  229.    The software from Peter Norvig's book "Paradigms of AI Programming" is
  230.    available by anonymous ftp from unix.sri.com:/pub/norvig/ and on disk in
  231.    Macintosh or DOS format from the publisher, Morgan Kaufmann.
  232.  
  233.    Software includes Common Lisp implementations of:
  234.       Eliza and pattern matchers, Emycin, Othello, Parsers,
  235.       Scheme interpreters and compilers, Unification and a prolog
  236.       interpreter and compiler, Waltz line-labelling,
  237.       implementation of GPS, macsyma, and random number generators.
  238.  
  239.    For more information, contact:
  240.       Morgan Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260
  241.       San Mateo CA 94403, (800) 745-7323; FAX: (415) 578-0672
  242.     Mac          ISBN 1-55860-227-5
  243.     DOS 3.5"     ISBN 1-55860-228-3
  244.     DOS 5.25"    ISBN 1-55860-229-1
  245.  
  246. NL Software Registry:
  247.    A catalog of free and commercial natural language software is
  248.    available from the Natural Language Software Registry, by anonymous
  249.    ftp from 
  250.       ftp.dfki.uni-sb.de:/registry/
  251.    or by email to registry@dfki.uni-sb.de.
  252.  
  253. TI Explorer Lisp Code:
  254.  
  255.    sumex-aim.stanford.edu:/pub/exp/
  256.  
  257.    The Knowledge Systems Lab's set of Explorer patches and tools. It
  258.    includes in the jwz subdirectory a set of tools written and collected
  259.    by Jamie Zawinski. Send questions to acuff@sumex-aim.stanford.edu.
  260.  
  261. Waters' Programs:
  262.  
  263.    Dick Waters' XP Lisp Pretty Printer is available by anonymous ftp
  264.    from 
  265.       merl.com:/pub/xp/
  266.    as the files xp-code.lisp, xp-doc.txt, and xp-test.lisp.
  267.  
  268.    The Series Macro is available from
  269.       merl.com:/pub/series/
  270.    as the files s-code.lisp, s-test.lisp, and s-doc.txt. The
  271.    Series macro package is described fully in Waters, R.C., "Automatic
  272.    Transformation of Series Expressions into Loops", ACM Transactions on
  273.    Programming Languages and Systems, 13(1):52--98, January 1991,
  274.    MIT/AIM-1082 and MIT/AIM-1083.
  275.  
  276.    Both programs are also available from the Common Lisp Repository
  277.    described above.
  278.  
  279.    For further information, contact Dick Waters, <dick@merl.com> or
  280.    <dick@ai.mit.edu>. An improved version of Series is in the works.
  281.  
  282. ----------------------------------------------------------------
  283. Subject: [6-3] Publicly Redistributable Lisp Software
  284.  
  285. AI Algorithms and Tools:
  286.  
  287.    PAIL (Portable AI Lab) is a computing environment containing a
  288.    collection of state-of-the-art AI tools, examples, and documentation.
  289.    It is aimed at those involved in teaching AI courses at university
  290.    level or equivalent. The system has enough built-in functionality to
  291.    enable its users to get practical experience with a broad range of AI
  292.    problems without having to build all the supporting tools from
  293.    scratch. It is implemented in Common Lisp and uses CLOS and Allegro
  294.    Common Windows (i.e., in Allegro CL 4.1). It is available by anonymous
  295.    ftp from 
  296.       pobox.cscs.ch:/pub/ai/ [148.187.10.13]
  297.    Written by Mike Rosner and Dean Allemang {dean,mike}@idsia.ch.
  298.  
  299.    AI_ATTIC is an anonymous ftp collection of classic AI programs and
  300.    other information maintained by the University of Texas at Austin.  It
  301.    includes Parry, Adventure, Shrdlu, Doctor, Eliza, Animals, Trek, Zork,
  302.    Babbler, Jive, and some AI-related programming languages.  This
  303.    archive is available by anonymous ftp from 
  304.       ftp.cc.utexas.edu:/pub/AI_ATTIC/  [128.83.186.13]
  305.    (AKA bongo.cc.utexas.edu). For more information, contact
  306.    atticmaster@bongo.cc.utexas.edu. 
  307.  
  308. Analogical Reasoning:
  309.  
  310.    SME is the Structure-Mapping Engine, as described in Falkenhainer,
  311.    Forbus, and Gentner's 1987 AIJ article.  Available from
  312.    multivac.ils.nwu.edu:/pub/SME For further information, contact Brian
  313.    Falkenhainer <falkenhainer@parc.xerox.com> or Ken Forbus
  314.    <forbus@ils.nwu.edu>.
  315.  
  316. Benchmarks:
  317.  
  318.    Gabriel Lisp Benchmarks are available by anonymous ftp as
  319.    ai.toronto.edu:/pub/gabriel-lisp-benchmarks.tar.Z.
  320.    The benchmarks are described in the book "Performance Evaluation of
  321.    Lisp Systems", by Richard Gabriel. 
  322.  
  323.    Lucid CL contains a set of benchmarks in its goodies/ directory,
  324.    including Bob Boyer's logic programming benchmark, a benchmark to
  325.    create and browse through an AI-like database of units, a CLOS speed
  326.    test, a compilation speed test, TAKR (the 100 function version of TAK
  327.    that tries to defeat cache memory effects), CTAK (A version of the
  328.    TAKeuchi function that uses the CATCH/THROW facility), STAK (A version
  329.    of the TAKeuchi function with special variables instead of parameter
  330.    passing), DERIV and DDERIV (Symbolic derivative benchmarks written by
  331.    Vaughn Pratt), DESTRU (a destructive operation benchmark), DIV2 (a
  332.    benchmark which divides by 2 using lists of n ()'s), the FFT benchmark
  333.    written by Harry Barrow, FPRINT (a benchmark to print to a file),
  334.    FRPOLY (a Franz Lisp benchmark by Fateman based on polynomial
  335.    arithmentic), Forest Baskett's PUZZLE benchmark (originally written in
  336.    Pascal), the TPRINT benchmark to read and print to the terminal, a
  337.    benchmark that creates and traverses a tree structure, and TRIANG
  338.    (board game benchmark). Some of the benchmarks may work only in Lucid.
  339.  
  340. Blackboard Architectures:
  341.  
  342.    The UMass GBB system (V1.2) is available by anonymous ftp from
  343.    dime.cs.umass.edu:/gbb. The commercial GBB product is not.
  344.    Work on the UMass GBB project (and funding) ended over 2 years ago.
  345.    Many researchers using it have opted for the commercial
  346.    release.  The UMass research system remains available, but the
  347.    two should not be confused as the commercial system is
  348.    substantially improved and extended. The commercial system is available
  349.    from Blackboard Technology Group, 401 Main Street,
  350.    Amherst, Massachusetts 01002, 413-256-8990, fax 413-256-3179.
  351.  
  352.    For a tutorial on how to build a blackboard system, see the paper
  353.       P. R. Kersten and Avi C. Kak, "A Tutorial on LISP Object-Oriented
  354.       Programming for Blackboard Computation (Solving the Radar Tracking
  355.       Problem)", International Journal of Intelligent Systems 8:617-669, 1993
  356.    Although samples of the code are given in the paper, the full source
  357.    code is available in a separate technical report from the School of
  358.    Electrical Engineering at Purdue University.  If you are interested in
  359.    getting a copy of the technical report, send mail to Avi Kak
  360.    <kak@ecn.purdue.edu>. (The circumstances under which the software was
  361.    developed prevent them from making the source code available by
  362.    anonymous FTP. However, the full source code is printed in the
  363.    technical report.)
  364.  
  365. Case-based Reasoning:
  366.  
  367.    CL-Protos is a Common Lisp implementation of the case-based
  368.    reasoning system developed by E. Ray Bareiss and Bruce W.
  369.    Porter of the University of Texas/Austin AI Lab. It runs
  370.    on Sun3, TI Explorer, HP 9000, and Symbolics, and gobbles a
  371.    huge amount of memory. Common Lisp implementation by
  372.    Rita Duran, Dan Dvorak, Jim Kroger, Hilel Swerdlin, and Ben Tso.
  373.    For more information, bug reports, or comments, contact
  374.    either Dan Dvorak <dvorak@cs.utexas.edu> or Ray Bareiss
  375.    <bareiss@ils.nwu.edu> or Erik Eilerts <eilerts@cs.utexas.edu>
  376.    Available by anonymous ftp from cs.utexas.edu:/pub/porter
  377.  
  378.    The complete code for "Inside Case-Based Reasoning" by Riesbeck and
  379.    Schank, 1989, is available by anonymous ftp from 
  380.       cs.umd.edu:/pub/schank/icbr/
  381.    This includes code for an instructional version of CHEF by Kristian
  382.    Hammond and MICRO-xxx. Contact Bill Andersen <waander@cs.umd.edu>
  383.    for more information.  
  384.  
  385. CLOS Software:
  386.    See question [5-6].
  387.  
  388. Constraint Programming and Non-determinism:
  389.  
  390.    SCREAMER:
  391.  
  392.    Screamer is an extension of Common Lisp that adds support for
  393.    nondeterministic programming.  Screamer consists of two levels.  The
  394.    basic nondeterministic level adds support for backtracking and
  395.    undoable side effects.  On top of this nondeterministic substrate,
  396.    Screamer provides a comprehensive constraint programming language in
  397.    which one can formulate and solve mixed systems of numeric and
  398.    symbolic constraints.  Together, these two levels augment Common Lisp
  399.    with practically all of the functionality of both Prolog and
  400.    constraint logic programming languages such as CHiP and CLP(R).
  401.    Furthermore, Screamer is fully integrated with Common Lisp. Screamer
  402.    programs can coexist and interoperate with other extensions to Common
  403.    Lisp such as CLOS, CLIM and Iterate.
  404.  
  405.    In several ways Screamer is more efficient than other implementations
  406.    of backtracking languages.  First, Screamer code is transformed into
  407.    Common Lisp which can be compiled by the underlying Common Lisp
  408.    system.  Many competing implementations of nondeterministic Lisp are
  409.    interpreters and thus are far less efficient than Screamer.  Second,
  410.    the backtracking primitives require fairly low overhead in Screamer.
  411.    Finally, this overhead to support backtracking is only paid for those
  412.    portions of the program which use the backtracking primitives.
  413.    Deterministic portions of user programs pass through the Screamer to
  414.    Common Lisp transformation unchanged.  Since in practise, only small
  415.    portions of typical programs utilize the backtracking primitives,
  416.    Screamer can produce more efficient code than compilers for languages
  417.    in which backtracking is more pervasive.
  418.  
  419.    Screamer is fairly portable across most Common Lisp implementations.
  420.    It currently runs under Genera 8.1.1 and 8.3 on both Symbolics 36xx
  421.    and Ivory machines, under Lucid 4.0.2 and 4.1 on Sun SPARC machines,
  422.    under MCL 2.0 and 2.0p2 on Apple Macintosh machines, and under Poplog
  423.    Common Lisp on Sun SPARC machines.  It should run under any
  424.    implementation of Common Lisp which is compliant with CLtL2 and with
  425.    minor revision could be made to run under implementations compliant
  426.    with CLtL1 or dpANS.
  427.  
  428.    Screamer is available by anonymous FTP from 
  429.       ftp.ai.mit.edu:/pub/screamer.tar.Z
  430.    Contact Jeffrey Mark Siskind <qobi@ai.mit.edu> for further
  431.    information. Screamer is also available from the Common Lisp Repository.
  432.  
  433.    The Screamer Tool Repository, a collection of user-contributed
  434.    Screamer code, is available by anonymous ftp from
  435.       ftp.cis.upenn.edu:/pub/screamer-tools/
  436.    or by WWW from
  437.       http://www.cis.upenn.edu/~screamer-tools/home.html
  438.    Please direct all inquires about the repository to
  439.    screamer-repository@cis.upenn.edu. 
  440.  
  441. Defeasible Reasoning:
  442.  
  443.    An implementation of J. Paris and A. Vencovska's model of belief is
  444.    available by anonymous ftp from
  445.       ftp.cs.cmu.edu:/user/ai/areas/reasonng/defeasbl/belief/
  446.    Paris and Vencovska's paper (Artificial Intelligence, 64(2), December
  447.    1993) provides a mathematical model of an agent's belief in an event
  448.    by identifying it with his ability to imagine the event within the
  449.    context of his previous experience.  This approach leads to beliefs
  450.    having properties different from those normally ascribed to it. The
  451.    implementation was written by Ian Pratt <ipratt@cs.man.ac.uk> and Jens
  452.    Doerpmund <dorpmunj@cs.man.ac.uk> and runs in Common Lisp.
  453.  
  454. Eliza and Similar Programs:
  455.  
  456.    See Peter Norvig's book and AI_ATTIC (question [6-1] above).
  457.  
  458.    The doctor.el is an implementation of Eliza for
  459.    GNU-Emacs emacs-lisp. Invoke it with "Meta-X doctor"
  460.  
  461.    muLISP-87 (a MSDOS Lisp sold by Soft Warehouse) includes
  462.    a Lisp implementation of Eliza.
  463.  
  464.    Implementations of ELIZA for other languages are mentioned in the AI FAQ.
  465.  
  466.    The original Parry (in MLISP for a PDP-10) is available in
  467.    labrea.stanford.edu:/pub/parry.tar.Z.
  468.  
  469.    Other programs, such as RACTER, are listed in part 4 of the AI FAQ.
  470.  
  471. Expert Systems:
  472.  
  473.    FOCL is an expert system shell and machine learning program written in
  474.    Common Lisp. The machine learning program extends Quinlan's FOIL
  475.    program by containing a compatible explanation-based learning
  476.    component.  FOCL learns Horn Clause programs from examples and
  477.    (optionally) background knowledge. The expert system includes a
  478.    backward-chaining rule interpreter and a graphical interface to the
  479.    rule and fact base. For details on FOCL, see: Pazzani, M. and Kibler,
  480.    D., "The role of prior knowledge in inductive learning", Machine
  481.    Learning 9:54-97, 1992. It is available by anonymous ftp from
  482.       ics.uci.edu:/pub/machine-learning-programs/
  483.    as the files README.FOCL-1-2-3, FOCL-1-2-3.cpt.hqx (a binhexed,
  484.    compacted Macintosh application), FOCL-1-2-3.tar.Z (Common Lisp
  485.    source code), and FOCL-1-2-3-manual.hqx (binhexed manual).  If you
  486.    use a copy of FOCL, or have any comments or questions, send mail to
  487.    pazzani@ics.uci.edu.
  488.  
  489.    BABYLON is a development environment for expert systems. It
  490.    includes frames, constraints, a prolog-like logic formalism, and a
  491.    description language for diagnostic applications. It is implemented in
  492.    Common Lisp and has been ported to a wide range of hardware platforms.
  493.    Available by anonymous ftp from 
  494.       ftp.gmd.de:/gmd/ai-research/Software/Babylon/ [129.26.8.84]
  495.    as a BinHexed stuffit archive, on the Web via the URL
  496.       http://www.gmd.de/
  497.    on the Apple CD-ROM, or with the book "The AI Workbench BABYLON",
  498.    which contains *full source code* of BABYLON and the stand-alone
  499.    version for the Mac. The book describes the use of BABYLON in detail.
  500.  
  501.    OPS5 is a public domain Common Lisp implementation of the OPS5
  502.    production system interpreter written by Charles Forgy. It is
  503.    available from the CMU AI Repository in
  504.       ftp.cs.cmu.edu:/user/ai/areas/expert/ops5/
  505.    and includes the original port by George Wood and Jim Kowalski
  506.    (ops5orig.tar.gz), and a later port by Mark Kantrowitz (ops5.tar.gz).
  507.    The latter has been tested under Allegro, Lucid, CMU CL, Ibuki CL and
  508.    MCL.
  509.  
  510. Frame Languages:
  511.  
  512.    FrameWork is a portable generic frame system available from the CMU
  513.    AI Repository, in 
  514.       ftp.cs.cmu.edu:/user/ai/areas/kr/frames/framework/
  515.  
  516.    THEO (learning frame system) is available free from CMU, after
  517.    signing a license agreement. Send mail to Tom.Mitchell@cs.cmu.edu.
  518.  
  519.    FrameKit is available free from CMU, after signing a
  520.    license agreement. Send mail to Eric.Nyberg@cs.cmu.edu
  521.  
  522.    KR. Send mail to Brad.Myers@cs.cmu.edu for more info.
  523.  
  524.    PARKA. Frames for the CM. Contact spector@cs.umd.edu.
  525.                        
  526.    PARMENIDES (Frulekit) is available free, after signing
  527.    a license agreement. Send mail to peter.shell@cs.cmu.edu 
  528.  
  529.    FROBS is available free by anonymous ftp from
  530.    cs.utah.edu:/pub/frobs.tar.Z
  531.    Contact Robert Kessler <kessler@cs.utah.edu> for more info.
  532.  
  533.    PFC is a simple frame system written by Tim Finin
  534.    available free by anonymous ftp from linc.cis.upenn.edu.
  535.  
  536.    YAK is a hybrid knowledge-representation system of the
  537.    KL-ONE family. Includes an optional graphical interface
  538.    depending on the Lisp. Available free after signing a license 
  539.    agreement. Contact Enrico Franconi <franconi@irst.it>.
  540.  
  541. Genetic Algorithms:
  542.  
  543.    GECO (Genetic Evolution through Combination of Objects) is a
  544.    genetic algorithm shell written by George Williams,
  545.    <george@hsvaic.boeing.com>. It is available by anonymous ftp 
  546.    from cambridge.apple.com:/pub/mcl2/contrib/ as the following
  547.    files:
  548.       GECO-v1.0.cpt.hqx       binhex'd Compact Pro archive
  549.       GECO-v1.0.tar.Z         compressed tar file for Unix machines (no MCL
  550.                               fonts)
  551.       GECO.abstract           a brief description
  552.    It runs in MCL 2.0, but should be portable among CLtL2 compliant
  553.    Common Lisps.
  554.  
  555.    GAL is a genetic algorithm suite written by Bill Spears of NRL. The
  556.    MCL2.0 port was done by Howard Oakley <howard@quercus.demon.co.uk> and
  557.    is available from cambridge.apple.com:/pub/MCL2/contrib as
  558.    GAL.sea.hqx.  Improvements and adaptations should be sent to Bill
  559.    Spears, but questions on the MCL port should be directed to Howard Oakley.
  560.  
  561.    Other genetic algorithms code is available  
  562.       ftp.aic.nrl.navy.mil:/pub/galist
  563.    including Genesis (source-code/ga-source/genesis.tar.Z) and the archives
  564.    of the GA-List mailing list. A survey of free and commercial
  565.    genetic algorithms implementations is available in
  566.    information/ga-software-survey.txt. 
  567.  
  568. Knowledge Representation:
  569.  
  570.    KNOWBEL is an implementation of Telos (a sorted/temporal logic
  571.    system) by Bryan M. Kramer, <kramer@ai.toronto.edu>. It is
  572.    available by anonymous ftp from ai.toronto.edu:/pub/kr/ as the
  573.    files knowbel.tar.Z and manual.txt.tar.Z 
  574.    Runs in Allegro CL on Sparcstations and Silicon Graphics 4d
  575.    and in MCL on Apple Macintoshes. 
  576.    
  577.    SNePS (Semantic Network Processing System) is the implementation of a
  578.    fully intensional theory of propositional knowledge representation and
  579.    reasoning. SNePS includes a module for creating and accessing
  580.    propositional semantic networks, path-based inference, node-based
  581.    inference based on SWM (a relevance logic with quantification) that
  582.    uses natural deduction and can deal with recursive rules, forward,
  583.    backward and bi-directional inference, nonstandard logical connectives
  584.    and quantifiers, an assumption based TMS for belief revision, a
  585.    morphological analyzer and a generalized ATN (GATN) parser for parsing
  586.    and generating natural language, SNePSLOG, a predicate-logic-style
  587.    interface to SNePS, XGinseng, an X-based graphics interface for
  588.    displaying, creating and editing SNePS networks, SNACTor, a
  589.    preliminary version of the SNePS Acting component, and SNIP 2.2, a new
  590.    implementation of the SNePS Inference Package that uses rule shadowing
  591.    and knowledge migration to speed up inference.  SNeRE (the SNePS
  592.    Rational Engine), which is part of Deepak Kumar's dissertation about
  593.    the integration of inference and acting, will replace the current
  594.    implementation of SNACTor.  SNePS is written in Common Lisp, and has
  595.    been tested in Allegro CL 4.1, Lucid CL 4.0, TI Common Lisp, CLISP
  596.    May-93, and CMU CL 17b. It should also run in Symbolics CL, AKCL 1.600
  597.    and higher, VAX Common Lisp, and MCL. The XGinseng interface is built
  598.    on top of Garnet.  SNePS 2.1 is free according to the GNU General
  599.    Public License version 2. The SNePS distribution is available by
  600.    anonymous ftp from 
  601.       ftp.cs.buffalo.edu:/pub/sneps/  [128.205.32.9] 
  602.    as the file rel-x-yyy.tar.Z, where 'x-yyy' is the version. The other
  603.    files in the directory are included in the distribution; they are
  604.    duplicated to let you get them without unpacking the full distribution
  605.    if you just want the bibliography or manual. If you use SNePS, please
  606.    send a short message to shapiro@cs.buffalo.edu and
  607.    snwiz@cs.buffalo.edu. Please also let them know whether you'd like to
  608.    be added to the SNUG (SNePS Users Group) mailing list. 
  609.  
  610.    COLAB (COmpilation LABoratory) is a hybrid knowledge representation
  611.    system emphasizing the horizontal and vertical compilation of
  612.    knowledge bases. It is comprised of cooperating subsystems -- CONTAX,
  613.    FORWARD, RELFUN and TAXON -- which deal with different knowledge
  614.    representation and reasoning formalisms. Each subsystem can also be
  615.    used as stand-alone system. CONTAX deals with constraint nets and
  616.    constraint-propagation techniques. Relational knowledge in the form of
  617.    Horn rules is processed by forward (FORWARD) and backward (RELFUN)
  618.    chaining. Taxonomic knowledge is represented by intensional concept
  619.    definitions which are automatically arranged in a subsumption
  620.    hierarchy (TAXON).  The COLAB software was developed at DFKI and the
  621.    University of Kaiserslautern and runs in Common Lisp. (The subsystems
  622.    have been tested in AKCL and Lucid CL, and possibly also Allegro CL
  623.    and Symbolics CL.) All the subsystems are available free of charge for
  624.    research purposes.
  625.    o  RELFUN is a logic-programming language with call-by-value (eager),
  626.       non-deterministic, non-ground functions, and higher-order operations.
  627.       It accepts freely interchangeable LISP-style and PROLOG-style syntaxes.
  628.       For sources to RELFUN and copies of relevant papers, contact
  629.       Dr. Harold Boley, DFKI, Postfach 2080, W-6750 Kaiserslautern, Germany,
  630.       call +49-631-205-3459, fax +49-631-205-3210, or send email to
  631.       boley@informatik.uni-kl.de.
  632.    o  TAXON is a terminological knowledge representation system extended by
  633.       concrete domains.  For sources to TAXON and copies of relevant papers,
  634.       contact Philipp Hanschke, DFKI, Postfach 2080, W-6750 Kaiserslautern,
  635.       Germany, call +49-631-205-3460, fax +49-631-205-3210, or send email to
  636.       hanschke@dfki.uni-kl.de.
  637.    o  CONTAX is a constraint system for weighted constraints over
  638.       hierarchically structured finite domains. CONTAX uses CLOS in addition
  639.       to Common Lisp.  For sources to CONTAX and copies of relevant papers,
  640.       contact Manfred Meyer, DFKI, Postfach 2080, W-6750 Kaiserslautern,
  641.       Germany, call +49-631-205-3468, fax +49-631-205-3210, or send email to
  642.       meyer@dfki.uni-kl.de.
  643.    o  FORWARD is a logic programming language with bottom-up and top-down
  644.       evaluation of Horn clauses. For sources to FORWARD and copies of
  645.       relevant papers, contact Knut Hinkelmann, DFKI, Postfach 2080, W-6750
  646.       Kaiserslautern, Germany, call +49-631-205-3467, fax +49-631-205-3210,
  647.       or send email to hinkelma@dfki.uni-kl.de.
  648.  
  649.    URANUS is a logic-based knowledge representation language. Uranus is
  650.    an extension of Prolog written in Common Lisp and using the syntax of
  651.    Lisp. Uranus extends Prolog with a multiple world mechanism for
  652.    knowledge representation and term descriptions to provide
  653.    functional programming within the framework of logic programming.
  654.    It is available free by anonymous ftp from 
  655.       etlport.etl.go.jp:/pub/uranus/ftp/ [192.31.197.99]
  656.    for research purposes only.  For more information contact the author, 
  657.    Hideyuki Nakashima <nakashim@etl.go.jp>.
  658.  
  659. Languages and Alternate Syntaxes:
  660.  
  661.    Generalized Lisp (or Glisp for short) is a coordinated set of high
  662.    level syntaxes for Common Lisp.  Initially GLisp consists of three
  663.    dialects: Mlisp, Plisp and ordinary Lisp, together with an extensible
  664.    framework for adding others.  Mlisp (Meta-Lisp) is an Algol-like
  665.    syntax for people who don't like writing parentheses. For example,
  666.    one can write print("abc", stream) instead of (print "abc" stream).
  667.    Plisp (Pattern Lisp) is a pattern matching rewrite-rule language.
  668.    Plisp is a compiler-compiler; its rules are optimized for writing
  669.    language translators.  All dialects may be freely intermixed in a
  670.    file. The translators for all dialects are written in Plisp, as is
  671.    the Glisp translator framework itself. Support routines for the
  672.    translators are written in Mlisp and/or Lisp. All dialects are
  673.    translated to Common Lisp and execute in the standard Common Lisp
  674.    environment. Glisp is available by anonymous ftp from apple.com or 
  675.       ftp.apple.com:/dts/mac/lisp/glisp.tar.Z
  676.    GLISP runs in MCL and has to be modified for other Common Lisp
  677.    implementations. 
  678.  
  679.    CGOL is algol-like language that is translated into Lisp before
  680.    execution. It was developed originally by Vaughn Pratt. A Common Lisp
  681.    implementation of CGOL is available by anonymous ftp from
  682.       peoplesparc.berkeley.edu:/pub/cgol.1.tar.Z  [128.32.131.14]
  683.    (The number "1" may increase if newer versions are posted.)  It was 
  684.    written by a UC Berkeley graduate student, Tom Phelps, as a term
  685.    project, so there may still be some rough edges. There is a lot of
  686.    documentation in the distribution, including the "original" CGOL memo
  687.    (pratt.memo). For more information, contact Richard Fateman
  688.    <fateman@peoplesparc.berkeley.edu>.
  689.  
  690.    StarLisp Simulator. The StarLisp Simulator simulates *Lisp, one of
  691.    the programming langauges used to program the Connection Machine.
  692.    StarLisp runs under Symbolics, Lucid, Allegro, and Franz, and is
  693.    available by anonymous ftp from
  694.       think.com:/cm/starlisp/starsim-f19-sharfile
  695.    The "CM5 *Lisp Tutorial" is available by anonymous ftp from
  696.       arp.anu.edu.au:/ARP/papers/starlisp/  [150.203.20.2]
  697.    in Andrew "ez" and postscript formats.  Write to Zdzislaw Meglicki
  698.    <Zdzislaw.Meglicki@cisr.anu.edu.au> for more information about the tutorial.
  699.  
  700.    InterLisp->Common-Lisp Translator -- ftp.ai.sri.com:/pub/pkarp/lisp/ilisp/
  701.    Other InterLisp to Common Lisp translators may be found in the LispUsers
  702.    archive listed above.
  703.  
  704.    The Yale Haskell system runs in CMU Common Lisp, Lucid CL, and AKCL.
  705.    It is available by anonymous ftp from 
  706.         Chalmers animal.cs.chalmers.se:/pub/haskell/yale/ [129.16.225.66]
  707.         Glasgow  ftp.dcs.glasgow.ac.uk:/pub/haskell/yale/ [130.209.240.50]
  708.         Yale     nebula.cs.yale.edu:/pub/haskell/yale/    [128.36.13.1]
  709.    as the files
  710.         haskell-beta-2-source.tar.Z   -- full sources
  711.         haskell-beta-2-sparc.tar.Z    -- sparc executable
  712.  
  713. Lisp Tools:
  714.  
  715.    See the Common Lisp Repository in [6-2].
  716.  
  717.    The Automatic Memoization Facility adds a practical memoization
  718.    facility to Common Lisp. Automatic memoization is a technique by which
  719.    an existing function can be transformed into one that "remembers"
  720.    previous arguments and their associated results, yielding large
  721.    performance gains for certain types of applications.  This facility
  722.    extends the ideas from Norvig's book into what is needed for a
  723.    practical tool for us in large programs. It adds facilities for
  724.    bookkeeping and timing, and lets you evaluate of the timing advantages
  725.    of memoization, and save hash tables to disk for automatic reuse in
  726.    later sessions. The code is available by anonymous ftp from
  727.    archive.cs.umbc.edu:/pub/Memoization [130.85.100.53]. Contact Marty Hall
  728.    <hall@aplcenmp.apl.jhu.edu> for more information. The code includes an
  729.    overview of memoization and its applications.
  730.  
  731.    PLisp - A Common Lisp front end to Postscript. This translates many
  732.    Common Lisp functions to postscript as well as manage the environment
  733.    and many lispisms (&optional and &rest arguments, multiple values,
  734.    macros, ...).  Available via anonymous ftp
  735.          nebula.cs.yale.edu:/pub/plisp/plisp.tar.Z [128.36.13.1]
  736.    Written by John Peterson <peterson-john@cs.yale.edu>.
  737.  
  738.    RegExp is an extension to Allegro Common Lisp which adds
  739.    regular expression string matching, using the foreign
  740.    function interface. Available by anonymous ftp from
  741.    ftp.ai.sri.com:/pub/pkarp/regexp/. Contact pkarp@ai.sri.com
  742.    for more information.
  743.  
  744.    ifi.informatik.uni-stuttgart.de:/pub/xit/cl-utilities/ contains
  745.    three small utilities:
  746.         completion.lisp         A simple filename completion program.
  747.         cl-utilities.lisp       Some macros for dealing with points,
  748.                                 regions, and some miscellaneous macros.
  749.         copy-objects.lisp       Code for copying instances.
  750.  
  751.    think.com:/think/lisp contains some useful lisp code (most of it
  752.    Symbolics dependent) including:
  753.         lisp-lint.lisp          A set of compiler style checkers that
  754.                                 warn when a function call does not
  755.                                 conform to Common Lisp. 
  756.  
  757.    MEASURES is a system to handle engineering numbers and measures in
  758.    Common Lisp. It runs in Allegro CL, Lispworks, MCL, and Symbolics CL.
  759.    Written by Roman Cunis.  Some documentation can be found in the file
  760.    measures.doc and examples in measures-example.lisp.  It is available
  761.    from the Common Lisp Repository
  762.       ftp.cs.cmu.edu:/user/ai/lang/lisp/lisp/syntax/
  763.    in the file measures-2.0.tar.gz.  For further information, contact Ralf
  764.    Moeller, University of Hamburg, Bodenstedtstr 16, 2000 Hamburg 50,
  765.    Germany, call 40-4123-6134, fax 40-4123-6530, or send email to
  766.    moeller@informatik.uni-hamburg.de.
  767.  
  768.    DEFTABLE provides a macro that unifies the interface to Common
  769.    Lisp's table-like data structures (e.g., association lists, property
  770.    lists, and hash tables). Written by Peter Norvig
  771.    <norvig@harlequin.com>.  It is available by anonymous ftp from
  772.    ftp.ai.mit.edu:/pub/lptrs/deftable.lisp [128.52.32.6] and also the
  773.    Lisp Utilities Repository. An article describing deftable was
  774.    published in ACM Lisp Pointers 5(4):32-38, December 1992.
  775.  
  776.    SEQUEL (SEQUEnt processing Language) is designed both as a general
  777.    purpose AI language for generating type-secure and efficient Lisp
  778.    programs and as a very high level specification language for
  779.    implementing logics on the computer. Designed at the University of
  780.    Leeds, SEQUEL compiles sequent-calculus specifications of arbitrary
  781.    logics to working proof assistants.  The sequent calculus
  782.    specifications are compiled into Horn clauses and from Horn clauses
  783.    into virtual machine instructions of an abstract machine SLAM (SequeL
  784.    Abstract Machine) which then translates these instructions into
  785.    efficient Lisp code using WAM-style compilation techniques.  Although
  786.    a functional programming language, SEQUEL includes facilities for
  787.    backtracking usually associated with logic programming, and supports a
  788.    pattern-matching method of building functions based on Prolog
  789.    notation.  The Lisp code generated from SEQUEL functions is completely
  790.    portable and runs in most Common Lisp implementations. It is
  791.    comparable in efficiency with hand-written code.  SEQUEL also supports
  792.    optional static type-checking in the manner of SML and similar
  793.    languages.  With type-checking enabled, all inputs and loaded files
  794.    are type-checked and the resulting Lisp programs are type-secure.  The
  795.    SEQUEL compiler uses the information gleaned from type-checking to add
  796.    compiler directives within the generated Lisp functions to produce
  797.    optimized Lisp programs.  SEQUEL includes a UNIX-style top level with
  798.    its own trace package and type-checking debugger. SEQUEL is also of
  799.    interest to automated reasoning researchers. It provides a very
  800.    powerful means of generating proof assistants and theorem provers that
  801.    have a very fast performance using WAM-derived compilation techniques.
  802.    The theorem provers are automatically verified. It includes a facility
  803.    for Datalog and an efficient occurs-check Horn-clause-to-Lisp
  804.    compiler, a mouse driven graphical interface for all proof assistants
  805.    and theorem provers built under SEQUEL (currently available only under
  806.    Lucid).  Several demonstration theorem provers for different logics,
  807.    including FOL, Clarke's logic of space, partial evaluation, set
  808.    theory, and constructive type theory are available.  SEQUEL runs under
  809.    Kyoto CL, Lucid CL, and CMU Common Lisp.  SEQUEL is available free for
  810.    non-commercial purposes by anonymous ftp from
  811.       agora.leeds.ac.uk:/scs/logic/  [129.11.144.130]
  812.    and includes LaTeX documentation in the distribution. For more
  813.    information, contact Mark Tarver <mark@scs.leeds.ac.uk> or 
  814.    <csc6mt@gps.leeds.ac.uk>. 
  815.  
  816.    ILU (Xerox PARC Inter-Language Unification) is a system for promoting
  817.    language interoperability via interfaces between units of program
  818.    structure called "modules". ILU currently supports Common Lisp, ANSI
  819.    C, C++, and Modula-3. The Common Lisp support provides CLOS `network
  820.    objects' that communicate via RPC between Lisp processes, as well
  821.    between Lisp and other languages.  ILU is available by anonymous ftp
  822.    from
  823.       parcftp.parc.xerox.com:/pub/ilu/1.6.4/ilu-1.6.4.tar.gz
  824.    Write to Bill Janssen <janssen@parc.xerox.com> for more information.
  825.  
  826. Machine Learning:
  827.  
  828.    ID3: A Lisp implementation of ID3 and other machine learning
  829.    algorithms are available by anonymous ftp from the machine learning
  830.    group at the University of Texas as cs.utexas.edu:/pub/mooney
  831.  
  832.    COBWEB/3 is a concept formation system available free after
  833.    signing a license agreement. Contact cobweb@ptolemy.arc.nasa.gov
  834.    for more information.
  835.  
  836.    RWM (Refinement With Macros) is a Common Lisp program for learning
  837.    problem solving strategies. RWM takes a high level description of a
  838.    problem as input and successively refines it into a sequence of
  839.    "easier" subproblems, which collectively constitute a strategy for
  840.    solving the given problem. RWM also learns macro moves which are
  841.    useful for efficiently solving the problem. A short documentation and
  842.    some example problems/strategies are included. To get a copy of this
  843.    description, send mail to the Bilkent University Archieve Server
  844.    bilserv@trbilun.bitnet with "send RWM.tar.Z" in the body of the
  845.    message. For further information, contact H. Altay Guvenir
  846.    <guvenir@trbilun.bitnet>.
  847.   
  848. Mathematics:
  849.  
  850.    MockMma -- peoplesparc.berkeley.edu:/pub/mma.tar.Z       [128.32.131.14]
  851.    A Mathematica-style parser written in Common Lisp. Written by Richard
  852.    Fateman; fateman@renoir.Berkeley.EDU. Runs in any valid Common Lisp.
  853.    Tested in Allegro, KCL and Lucid.
  854.  
  855.    rascal.ics.utexas.edu:/pub/             128.83.138.20
  856.       Maxima for Common Lisp (License required from National
  857.       Energy Software Center at Argonne.) Ported by Bill Schelter.
  858.  
  859.    QUAIL (Quantitative Analysis in Lisp) extends Common Lisp to better
  860.    support quantitative analysis. It includes an object-oriented
  861.    quantitative analysis programming environment based on CLOS.  Quail
  862.    was developed by the Statistical Computing Laboratory of the
  863.    Department of Statistics and Actuarial Science of the University of
  864.    Waterloo.  It includes a variety of mathematical and statistical
  865.    capabilities, such as symbolic and numerical differentiation,
  866.    numerical integration, probability calculations (e.g., pseudo-random
  867.    number generation), and statistical response models.  The
  868.    object-oriented graphics display facilities include building blocks
  869.    for arbitrary graphics, a collection of stock statistical graphics,
  870.    function plotting, 3d-rotating function and surface plots, and
  871.    graphical browsers. Quail currently runs in MCL, but a Franz and CLX
  872.    based version is forthcoming. It is available by anonymous ftp from
  873.       setosa.uwaterloo.ca:/pub/Quail/ [129.97.141.101]
  874.    You must read the file README-I-MEAN-IT and return a signed copy of
  875.    the license agreement ($10 annual license fee) before using the
  876.    software. For further information, contact Dr. R. W. Oldford,
  877.    <rwoldford@watstat.waterloo.edu> or <rwoldford@watstat.uwaterloo.ca>.
  878.  
  879. Medical Reasoning:
  880.  
  881.    TMYCIN -- sumex-aim.stanford.edu:/tmycin  The TMYCIN rule based system.
  882.  
  883. Music:
  884.  
  885.    Common Music is a music composition language written in Common Lisp
  886.    and CLOS that outputs music (directly or through scorefiles) to a
  887.    variety of synthesis packages, such as the Music Kit, Common Lisp
  888.    Music, MIDI, and CSound.  Common Music runs under MCL 2.0, Allegro CL
  889.    3.1.2 (NeXT), AKCL 1.615 (NeXT), Allegro CL 4.1 beta (SGI Iris), and
  890.    AKCL 6.15 (Sun4). It is available by anonymous ftp from
  891.       ccrma-ftp.stanford.edu:/pub/Lisp/cm.tar.Z [36.49.0.93]
  892.       ftp.zkm.de:/pub/cm.tar.Z             [192.101.28.17] 
  893.    To be added to the mailing list, send mail to
  894.    cmdist-request@ccrma.stanford.edu. For further information, contact
  895.    Rick Taube, <hkt@zkm.de> or <hkt@ccrma.stanford.edu>.
  896.    [Note: In the Common Music sources, there is a generic portable Lisp
  897.    Listener style interpreter that supports command dispatching in
  898.    addition to Lisp evaluation. It is the file ./utils/tl.lisp.] 
  899.  
  900.    Common Lisp Music (CLM) is a software synthesis and signal
  901.    processing package (CL-MUSIC) and a package that makes it relatively
  902.    easy to take advantage of the Motorola DSP 56000 (CL-MUSIC-56).  It is
  903.    available by anonymous ftp from 
  904.       ccrma-ftp.stanford.edu:/pub/Lisp/clm.tar.Z [36.49.0.93] 
  905.    Basic documentation is in clm.wn (or clm.rtf) and
  906.    ins.lisp.  CLM runs on NeXT under Allegro CL or KCL and on SGI Indigo
  907.    under Allegro CL. The non-56000 version should run on any machine with
  908.    C and Common Lisp. Send bug reports or suggestions to
  909.    Bil Schottstaedt <bil@ccrma.stanford.edu>.
  910.  
  911.    Common Music Notation (CMN) is a western music notation package based on
  912.    Common Lisp, CLOS (pcl), PostScript, and the Adobe Sonata font. It is
  913.    available by anonymous ftp from 
  914.       ccrma-ftp.stanford.edu:/pub/Lisp/cmn.tar.Z [36.49.0.93] 
  915.    To be added to the mailing list (same list as for Common Music), 
  916.    send mail to cmdist-request@ccrma.stanford.edu.  Please send bug
  917.    reports and suggestions to Bil Schottstaedt <bil@ccrma.stanford.edu>. 
  918.  
  919. Natural Language Processing:
  920.  
  921.    The Xerox part-of-speech tagger is available by anonymous ftp from
  922.    parcftp.xerox.com:/pub/tagger/tagger-1-0.tar.Z. It is implemented in
  923.    Common Lisp and has been tested in Allegro CL 4.1, CMU CL 16e, and
  924.    Macintosh CL 2.0p2. For more information, contact the authors, Doug
  925.    Cutting <cutting@parc.xerox.com>, and Jan Pedersen
  926.    <pedersen@parc.xerox.com>. [Note: Doug Cutting is no longer at
  927.    PARC, so his address may be obsolete.]
  928.  
  929. Natural Language Generation:
  930.  
  931.    FUF is a natural language generation system based on Functional
  932.    Unification Grammars implemented in Common Lisp. It includes a
  933.    unifier, a large grammar of English (surge), a user manual and many
  934.    examples. FUF is available by anonymous ftp from
  935.       cs.columbia.edu:/pub/fuf/
  936.       black.bgu.ac.il:/pub/fuf/
  937.    as the files fuf5.2.tar.Z and surge.tar.Z. For further information,
  938.    contact the author, Michael Elhadad <elhadad@bengus.bgu.ac.il>.
  939.    [A WAM-based C compiler for FUF is in the works.]
  940.  
  941. Neural Networks:
  942.  
  943.    ANSIL  -- nervous.cis.ohio-state.edu:/pub/lispusers/ansil/ 
  944.              "Advanced Network Simulator in Lisp"
  945.              email: ansil@cis.ohio-state.edu
  946.  
  947. Object-Oriented Programming:
  948.  
  949.    PCL -- parcftp.xerox.com:/pcl/ [13.1.64.94]
  950.    Portable Common Loops (PCL) is a portable implementation of
  951.    the Common Lisp Object System (CLOS). A miniature CLOS
  952.    implementation called Closette is available pcl/mop/closette.lisp.
  953.  
  954.    CLOS-on-KEE -- zaphod.lanl.gov:/pub/
  955.    A subset of CLOS that is implemented on top of KEE. Contact
  956.    egdorf%zaphod@LANL.GOV (Skip Egdorf) for more info.
  957.  
  958.    MCS (Meta Class System) -- ftp.gmd.de:/lang/lisp/mcs/ [129.26.8.84]
  959.    Portable object-oriented extension to Common Lisp. Integrates the
  960.    functionality of CLOS (the Common Lisp Object System), and TELOS, (the
  961.    object system of LeLisp Version 16 and EuLisp).  MCS provides a metaobject
  962.    protocol which the user can specialize. Runs in any valid Common Lisp.
  963.    Contact: Harry Bretthauer and Juergen Kopp, German National Research
  964.    Center for Computer Science (GMD), AI Research Division,
  965.    P.O. Box 1316, D-5205 Sankt Augustin 1, FRG, email: juergen.kopp@gmd.de
  966.  
  967.    CommonORBIT (also called CORBIT) is an object-oriented extension of
  968.    Common Lisp.  It uses a prototype (classless) model of OOP, is easy to
  969.    use and yet has many sophisticated features found also in KL-ONE type
  970.    languages.  CommonORBIT is a Common Lisp reimplementation of ORBIT,
  971.    which was originally conceived by Luc Steels around 1981-1983.
  972.    Because of its delegation-based rather than class-based inheritance,
  973.    CommonORBIT offers extreme flexibility to define and change
  974.    practically anything at run-time.  Because of the generic functions,
  975.    it fits well into regular Lisp code.  It can co-exist with CLOS but
  976.    remains completely separate. The source code of CommonORBIT is in the
  977.    public domain and available by anonymous ftp from the Lisp
  978.    Utilities Repository,
  979.       ftp.cs.cmu.edu:/user/ai/lang/lisp/
  980.    in the oop/non-clos/corbit/ subdirectory as the file corbit.tar.gz. 
  981.    Documentation is available as the files corbit.msword.hqx, corbit.ps
  982.    or corbit.text. A stripped-down version of CORBIT, known as BOOPS
  983.    (Beginner's Object-Oriented Programming System), is also available
  984.    from the repository as boops.tar.Z. For further information,
  985.    contact the author, Koenraad de Smedt <desmedt@ruls40.LeidenUniv.nl>.
  986.  
  987.  
  988. Parser Generators:
  989.  
  990.    Mark Johnson <mj@cs.brown.edu> has written a LALR parser generator
  991.    for Common Lisp. It is fairly small (about 500 lines of code) and
  992.    can be found in the Common Lisp Repository above.
  993.  
  994.    IPG (Incremental Parser Generator) is available by email from 
  995.    Jan Rekers <rekers@cwi.nl>.  It is an appendix to his thesis. It is
  996.    written in LeLisp, but should be portable to other Lisp dialects.
  997.  
  998.    Zebu 2.8.5 is a parser generator for Common Lisp by Joachim H. Laubsch
  999.    <laubsch@hplabs.hpl.hp.com>.  It is an extention written in Common
  1000.    Lisp of the Scheme version.  It generates a LALR(1) parsing table.  To
  1001.    parse a string with a grammar, only this table and a driver need to be
  1002.    loaded. The present version of Zebu contains the ability to define
  1003.    several grammars and parsers simultaneously, a declarative framework
  1004.    for specifying the semantics, as well as efficiency related
  1005.    improvements.  The current version compiles a grammar with 300
  1006.    productions (including dumping of the tables to disk) in approx 2
  1007.    minutes and 30 seconds on a HP 9000/370.  This implimentation has been
  1008.    tested in Lucid CL, Allegro CL, and MCL 2.0b. The current version
  1009.    can also produce a generator in addition to a parser. A copy may be
  1010.    found on cambridge.apple.com:/pub/mcl2/contrib/zebu-2.2.tar.Z.
  1011.  
  1012.  
  1013. Probabilistic Reasoning and Statistics:
  1014.  
  1015.    BELIEF is a Common Lisp implementation of the Dempster and Kong fusion
  1016.    and propagation algorithm for Graphical Belief Function Models and the
  1017.    Lauritzen and Spiegelhalter algorithm for Graphical Probabilistic
  1018.    Models. It includes code for manipulating graphical belief models such
  1019.    as Bayes Nets and Relevance Diagrams (a subset of Influence Diagrams)
  1020.    using both belief functions and probabilities as basic representations
  1021.    of uncertainty. It is available by anonymous ftp from
  1022.       ftp.stat.washington.edu [128.95.17.34]
  1023.    and by email from the author, Russell Almond <almond@stat.washington.edu>.
  1024.    Contact the author at almond@statsci.com for information about a
  1025.    commercial version GRAPHICAL-BELIEF currently in the prototype stages.
  1026.  
  1027.    XLISP-STAT is an extensible statistics package which runs in XLISP.
  1028.    It has recently been ported to Common Lisp, and is available as
  1029.       umnstat.stat.umn.edu:/pub/xlispstat/CL/CLS1.0A1.tar.Z [128.101.51.1]
  1030.    The CL port does not yet include the lisp-stat dynamic graphics 
  1031.    package, only the numerics. The XLisp version is available from
  1032.    the above site and several mirror sites, such as mac.archive.umich.edu, 
  1033.    and runs on the Apple Macintosh, Unix systems running X11
  1034.    (Vax, PMAX, Sun3, Encore Multimax, and Cray XMP), Sun workstations
  1035.    running SunView, and the Commodore Amiga. An experimental version
  1036.    for DOS computers running Microsoft Windows 3.0 is also available.
  1037.    Documentation is available online, in the tutorial introduction
  1038.    pub/xlispstat/xlispstat.doc.tar.Z and also in the book
  1039.       Luke Tierney, "Lisp-Stat: An Object Oriented Environment for Statistical
  1040.       Computing and Dynamic Graphics", Wiley, 1990, 397 pages.
  1041.       ISBN 0-471-50916-7. 
  1042.    For more information, write to Lisp-Stat Information, School of
  1043.    Statistics, 270 Vincent Hall, University of Minnesota, Minneapolis, MN
  1044.    55455, or send e-mail to lispstat-info@umnstat.stat.umn.edu.
  1045.  
  1046.    CLASP (Common Lisp Analytical Statistics Package) provides the basic
  1047.    functionality of a statistics package. It is implemented on top of
  1048.    CLOS and CLIM on a variety of platforms, and uses BBN's SciGraph
  1049.    package for plotting. The CLIM interface includes a "notebook" that is
  1050.    both a "desktop" for icons and a Lisp interactor pane.  The Common
  1051.    Lisp Instrumentation Package (CLIP) is available along with CLASP.
  1052.    CLIP is designed to allow AI system developers andevaluators a
  1053.    portable way to define and manage "alligator clips" for instrumenting
  1054.    their programs.  CLIP produces data about program behavior in CLASP
  1055.    format, as well as other commonly used data formats.  It currently has
  1056.    facilities to support experiment design, such as scenario scripting
  1057.    and factorial combination of independent variables, and can collect
  1058.    data in summary form (at the end of each trial) or based upon the
  1059.    occurrence of specific events (both periodic and non-periodic).  CLASP
  1060.    is available by anonymous ftp from
  1061.       ftp.cs.umass.edu:/pub/eksl/clasp/
  1062.    and CLIP is in the directory 
  1063.       ftp.cs.umass.edu:/pub/eksl/clip/
  1064.    A tutorial on CLASP can be found in 
  1065.       ftp.cs.umass.edu:/pub/eksl/clasp-tutorial/
  1066.    Bugs should be reported to clasp-support@cs.umass.edu. For more
  1067.    information, contact Dave Hart <dhart@cs.umass.edu>.
  1068.  
  1069.    IDEAL is a LISP system developed for building and evaluating influence
  1070.    diagrams and Bayesian networks.  It is accompanied with a graphical
  1071.    user interface (CLIM-based) for constructing, editing, and solving
  1072.    belief networks and influence diagrams. For more information, write
  1073.    to srinivas@rpal.rockwell.com.
  1074.  
  1075. Planning:
  1076.  
  1077.    NONLIN -- cs.umd.edu:/pub/nonlin (128.8.128.8)
  1078.    Common Lisp implementation of the NONLIN planning system originally
  1079.    designed and implemented by Austin Tate. Bugs can be reported to
  1080.    nonlin-bugs@cs.umd.edu. User's group is nonlin-users@cs.umd.edu.
  1081.    The authors request that anybody ftping the code send a message to
  1082.    nonlin-users-request@cs.umd.edu, letting them know you have a copy
  1083.    and also letting them know if you wish to subscribe to the users group.
  1084.    More information can also be obtained from Jim Hendler, hendler@cs.umd.edu.
  1085.  
  1086.    ABTWEAK is a complete hierarchical, non-linear planner that extends
  1087.    David Chapman's (MIT 1986) TWEAK planner as described by 
  1088.    Yang (Waterloo) and Tenenberg (Rochester) in 1989.  This implementation
  1089.    includes a complete search strategy suited to abstraction hierarchies
  1090.    known as LEFT-WEDGE (Woods 1991). This planner and related work 
  1091.    predates that of SNLP. ABTWEAK is available by anonymous ftp from
  1092.       logos.uwaterloo.ca:/pub/abtweak/Abtweak.tar.Z
  1093.    For more information, send mail to Qiang Yang <qyang@logos.uwaterloo.ca>.
  1094.    Also, source, all related papers, and manuals are available via WWW
  1095.    at the home page of Steve Woods <sgwoods@logos.uwaterloo.ca>,
  1096.    on URL http://logos.uwaterloo.ca/students/sgwoods/sgwoods.html, or via the
  1097.    Logic Programming and Artificial Intelligence Group (LPAIG) page
  1098.    on URL http://logos.uwaterloo.ca/.
  1099.  
  1100.    RHETORICAL is a planning and knowledge tool available by
  1101.    anonymous ftp from cs.rochester.edu:/pub/knowledge-tools
  1102.    in the files rhet-19-40.tar.Z and cl-lib-3-11.tar.Z. The files
  1103.    tempos-3-6.tar.Z and timelogic-5-0.tar.Z add James Allen's
  1104.    interval logic to Rhet. It runs on Symbolics Genera and
  1105.    Allegro Common Lisp. Written by Brad Miller <miller@cs.rochester.edu>.
  1106.  
  1107.    PRODIGY is an integrated planning and learning system,
  1108.    available free after signing a license agreement. Contact
  1109.    prodigy@cs.cmu.edu for more information.
  1110.  
  1111.    SOAR is an integrated intelligent agent architecture currently
  1112.    being developed at Carnegie Mellon University, the University of
  1113.    Michigan, and the Information Sciences Institute of the University of
  1114.    Southern California. SOAR, and its companion systems, CParaOPS5 and
  1115.    TAQL, have been placed in the public domain. The system may be
  1116.    retrieved by anonymous ftp to ftp.cs.cmu.edu (or any other CMU CS
  1117.    machine) in the directory /afs/cs.cmu.edu/project/soar/5.2/2/public/.
  1118.    [Note: You must cd to this directory in one atomic operation, as
  1119.    superior directories may be protected during an anonymous ftp.]  For
  1120.    more information, send email to soar-request@cs.cmu.edu or write to
  1121.    The Soar Group, School of Computer Science, Carnegie Mellon
  1122.    University, Pittsburgh, PA 15213.  Finally, though the software is in
  1123.    the public domain, the manual remains under copyright. To obtain one
  1124.    (at no charge) send a request (including your physical mail address)
  1125.    to soar-doc@cs.cmu.edu or to the physical address above. 
  1126.  
  1127.    A simple route planning agent implemented in Soar6 is available by
  1128.    anonymous ftp from 
  1129.       earth.med.ohio-state.edu:/pub/IEEE-Soar-code/route-planning.soar6.
  1130.    This is the complete code for the agent described in the IEEE Expert
  1131.    article: Smith, J. W. and Johnson, T. R., "A stratified approach to
  1132.    specifying, designing, and building knowledge systems", IEEE Expert,
  1133.    8(3):15-25, 1993.
  1134.  
  1135.    SNLP is a domain independent systematic nonlinear planner,
  1136.    available by anonymous ftp from cs.washington.edu:/pub/snlp.tar.Z
  1137.    Contact weld@cs.washington.edu for more information. 
  1138.  
  1139.    IDM is a Common Lisp implementation of both a classical and extended
  1140.    version of the STRIPS planner. It is available by anonymous ftp from 
  1141.    sauquoit.gsfc.nasa.gov (128.183.101.29). Questions, comments and bug
  1142.    reports may be sent to idm-users@chelmsford.gsfc.nasa.gov.             
  1143.  
  1144. Planning Testbeds:
  1145.  
  1146.    TILEWORLD is a planning testbed/simulator developed at SRI
  1147.    International by Martha Pollack, Michael Frank and Marc
  1148.    Ringuette. TILEWORLD originally ran under Lucid CL, but was
  1149.    later extended and ported to Allegro CL by Badr H. Al-Badr
  1150.    and Steve Hanks. The new tileworld is available by anonymous
  1151.    ftp from cs.washington.edu as the file new-tileworld.tar.Z
  1152.    It includes an X interface. Contact pollack@cs.pitt.edu for more
  1153.    information. 
  1154.  
  1155.    TRUCKWORLD is a simulated world intended to provide a 
  1156.    testbed for AI planning programs, where the planning agent
  1157.    is a truck with arms that roams around the simulated world. It is
  1158.    available by anonymous ftp from 
  1159.       cs.washington.edu:/pub/ai/truckworld.tar.Z
  1160.    It includes an X interface. Contact Steve Hanks <hanks@cs.washington.edu>
  1161.    for more information. Send mail to
  1162.       truckworld-users-request@cs.washington.edu 
  1163.    to be added to the mailing list.
  1164.  
  1165.    ARS MAGNA is a simulated world intended for use as a testbed for
  1166.    planning and mapping programs.  The simulated agent is a robot in an
  1167.    indoors environment.  High-level sensing and action are provided,
  1168.    realistically modelled on current vision and robotics research.  It is
  1169.    written in Nisp, a macro package running on top of Common Lisp.  It is
  1170.    available by anonymous ftp from 
  1171.       dept.cs.yale.edu:/pub/nisp/
  1172.    as file ars-magna.tar.Z.  It includes an X display.  Contact Sean Engelson
  1173.    <engelson@cs.yale.edu> for more information.
  1174.  
  1175. Qualitative Reasoning:
  1176.  
  1177.    QSIM is a qualitative reasoning system implemented in Common
  1178.    Lisp. It is available by anonymous ftp from cs.utexas.edu:/pub/qsim
  1179.    Contact Ben Kuipers <kuipers@cs.utexas.edu> for more information.
  1180.  
  1181.    QPE is the Qualitative Process Engine, an envisioner for QP theory.
  1182.    QPE is publically available from multivac.ils.nwu.edu:/pub/QPE
  1183.    Maintained by Ken Forbus <forbus@ils.nwu.edu>.
  1184.  
  1185. Theorem Proving:
  1186.  
  1187.    MVL (Multi-Valued Logic) is a theorem proving system written in Common
  1188.    Lisp. MVL is a bilattice-based reasoning system.  By changing the
  1189.    bilattice, you can use MVL to do truth maintenance, nonmonotonic
  1190.    reasoning, first-order reasoning, and a variety of other reasoning
  1191.    strategies.  MVL is available by anonymous ftp from 
  1192.       t.uoregon.edu:/mvl/mvl.tar.Z [128.223.56.46]
  1193.    as mvl.tar.Z. A user's manual may be found in the file manual.tex. For
  1194.    more information, contact Matthew L. Ginsberg, <ginsberg@t.stanford.edu>
  1195.    or <ginsberg@cs.stanford.edu>. Matthew asks that you send him an email
  1196.    message if you retrieve the system by anonymous ftp.
  1197.  
  1198.    Boyer-Moore
  1199.    ftp.cli.com:/pub/nqthm/nqthm.tar.Z   Contact: kaufman@cli.com
  1200.    rascal.ics.utexas.edu:/pub/             128.83.138.20
  1201.       nqthm/               Boyer and Moore's theorem prover.
  1202.                            Also available from ftp.cli.com:/pub/nqthm.
  1203.       proof-checker/       Matt Kaufmann's proof checking
  1204.                            enhancements to nqthm.
  1205.    The mailing list nqthm-users-request@cli.com is for users of the
  1206.    Boyer-Moore theorem-prover, NQTHM.
  1207.  
  1208.    DTP is a general first-order theorem prover incorporating domain-independent
  1209.    control of inference (including intelligent backtracking and subgoal
  1210.    caching).  Implemented in CLtL2 Common Lisp, it runs in Franz Allegro,
  1211.    Lucid, and Macintosh (MCL) Common Lisp.  DTP is available on the Web at
  1212.       http://meta.stanford.edu/dtp/
  1213.    or by anonymous ftp from
  1214.       meta.stanford.edu:/pub/dtp/ [36.8.0.54]
  1215.    Contact Don Geddis <Geddis@CS.Stanford.EDU> for more information.
  1216.  
  1217.    RRL (Rewrite Rule Laboratory) -- herky.cs.uiowa.edu:/public/rrl
  1218.    [128.255.28.100]
  1219.  
  1220.    FRAPPS (Framework for Resolution-based Automated Proof Procedures) is
  1221.    a portable resolution theorem-prover written in Common Lisp. It is
  1222.    available via anonymous ftp from a.cs.uiuc.edu:/pub/frapps [128.174.252.1].
  1223.    If you take a copy of FRAPPS, please send a short note to Prof.
  1224.    Alan M. Frisch <frisch@cs.uiuc.edu>.
  1225.  
  1226. Truth Maintenance:
  1227.  
  1228.    The truth maintenance system and problem solver implementations
  1229.    described in the book "Building Problem Solvers" by Ken Forbus and
  1230.    Johan de Kleer are available by anonymous ftp from
  1231.    parcftp.xerox.com:/pub/bps/. Includes a constraint propagation
  1232.    system similar to Steele's Constraints system, among other things.
  1233.    For more information send mail to Johan de Kleer <deKleer@parc.xerox.com>.
  1234.  
  1235. Virtual Reality:
  1236.  
  1237.    VEOS (Virtual Environment Operating Shell) is an extendible environment
  1238.    for prototyping distributed applications for Unix. The programmer's
  1239.    interface uses XLISP 2.1. Although intended for distributed
  1240.    Virtual Reality applications at The Human Interface Technology Lab
  1241.    in Seattle, it should be appropriate for other applications.  VEOS
  1242.    uses heavyweight sequential processes, corresponding roughly to
  1243.    unix processes. VEOS runs on DEC/5000, Sun4, and Silicon Graphics
  1244.    VGX and Indigo. VEOS is available by anonymous ftp from
  1245.       milton.u.washington.edu:/public/veos/ [128.95.136.1]
  1246.    as veos.tar.Z. If you use the software, the authors ask that you send
  1247.    them mail to veos-support@hitl.washington.edu.
  1248.  
  1249. Vision:
  1250.  
  1251.    OBVIUS -- white.stanford.edu:/obvius/ [36.121.0.16]
  1252.              whitechapel.media.mit.edu:/obvius/ [18.85.0.125]
  1253.    Object-Based Vision and Image Understanding System (OBVIUS), is a Common
  1254.    Lisp image processing package. Provides a library of image processing
  1255.    routines (e.g., convolutions, fourier transforms, statistical
  1256.    computations, etc.) on gray or binary images and image-sequences (no
  1257.    color support yet), an X windows display interface, postscript printer
  1258.    output, etc.  It uses a homebrew interface to X11 (i.e., it does not use
  1259.    clx or clue). However, they eventually hope to port Obvius to a clx/clue
  1260.    platform. Written by David Heeger <heeger@white.stanford.edu> and Eero
  1261.    Simoncelli <eero@central.cis.upenn.edu>. Runs in Lucid-4.0. Includes
  1262.    LaTeX documentation and User's Guide.
  1263.  
  1264. Miscellaneous:
  1265.  
  1266.    ftp.csrl.aoyama.ac.jp:/YY/       YY window toolkit sources
  1267.    ftp.csrl.aoyama.ac.jp:/lispsrc/  Common Lisp programs, including MIT's FRL.
  1268.  
  1269. ----------------------------------------------------------------
  1270. Subject: [6-6] Formatting code in LaTeX (WEB and other literate
  1271.                programming tools) 
  1272.  
  1273. SLaTeX is a R4RS-compliant Scheme program that allows you to write
  1274. program code "as is" in your LaTeX or TeX source.  It is particularly
  1275. geared to the programming languages Scheme and Common Lisp, and has
  1276. been tested in Chez Scheme, Common Lisp, MIT C Scheme, Elk, Scheme->C,
  1277. SCM and UMB Scheme on Unix; and MIT C Scheme and SCM on MSDOS.  The
  1278. formatting of the code includes assigning appropriate fonts to the
  1279. various tokens in the code (keywords, variables, constants, data), at
  1280. the same time retaining the proper indentation when going to the
  1281. non-monospace (non-typewriter) provided by TeX.  SLaTeX comes with two
  1282. databases that recognize the standard keywords/variables/constants of
  1283. Scheme and Common Lisp respectively.  These can be modified by the
  1284. user using easy TeX commands.  In addition, the user can inform SLaTeX
  1285. to typeset arbitrary identifiers as specially suited TeX expressions
  1286. (i.e., beyond just fonting them).  The code-typesetting program SLaTeX
  1287. is available by anonymous ftp from 
  1288.    cs.rice.edu:/public/dorai/slatex23.tar.gz
  1289. Send bug reports to dorai@cs.rice.edu.
  1290.  
  1291. SchemeWEB provides simple support for literate programming in Lisp.
  1292. SchemeWEB version 2.0 is a Unix filter that allows you to generate
  1293. both Lisp and LaTeX code from one source file.  The generated LaTeX
  1294. code formats Lisp programs in typewriter font obeying the spacing in
  1295. the source file.  Comments can include arbitrary LaTeX commands.
  1296. SchemeWEB was originally developed for the Scheme dialect of Lisp, but
  1297. it can easily be used with most other dialects.  Version 2.0 is
  1298. available in the Scheme Repository as
  1299.    cs.indiana.edu:/pub/scheme-repository/new/schemeweb.sh
  1300. or in the Comprehensive TeX Archive Network (CTAN) in the directory
  1301.    ftp.shsu.edu:/tex-archive/web/schemeweb 
  1302.  
  1303. LiSP2TeX is a system that allows easy insertions of Scheme, or Lisp,
  1304. code towards TeX files. The originality of LiSP2TeX is that it
  1305. extracts Scheme definitions from the files where they appear and wraps
  1306. them appropriately within TeX macros for insertion into the
  1307. documentation file. LiSP2TeX decorrelates writing documentation from
  1308. programming: it is therefore possible to separately develop programs
  1309. and documentations and to merge them at the end to produce up to date
  1310. final documents. LiSP2TeX also has some pretty-printing capabilities
  1311. to produce denotations full of greek letters. It is available by
  1312. anonymous ftp from ftp.inria.fr:/INRIA/Projects/icsla/.
  1313.  
  1314. See also ftp.cs.cmu.edu:/user/ai/lang/lisp/code/tools/user_man/.
  1315.  
  1316. The Literate Programming FAQ lists a number of alternatives, both
  1317. language-independent and Lisp-specific. The Literate Programming FAQ
  1318. is posted once a quarter to the comp.literate.programming newsgroup
  1319. and is available by anonymous ftp from rtfm.mit.edu. A copy may also be
  1320. requested by sending an email message to fileserv@shsu.edu
  1321.    sendme litprog.faq
  1322. in the body of the message.
  1323.  
  1324. ----------------------------------------------------------------
  1325. Subject: [6-7] Where can I get an implementation of Prolog in Lisp?
  1326.  
  1327. Implementations of Prolog in Lisp:
  1328.  
  1329.    The Frolic package from the University of Utah is written in Common Lisp
  1330.    and available by anonymous ftp from cs.utah.edu:/pub/frolic.tar.Z
  1331.      
  1332.    LM-PROLOG by Ken Kahn and Mats Carlsson is written in ZetaLisp and not
  1333.    easily portable to Common Lisp. It is available by anonymous ftp from
  1334.    sics.se:/archive/lm-prolog.tar.Z.
  1335.      
  1336.    Peter Norvig's book "Paradigms of AI Programming" includes Common Lisp
  1337.    implementations of a prolog interpreter and compiler. The software is
  1338.    available by anonymous ftp from unix.sri.com:/pub/norvig/ and on disk in
  1339.    Macintosh or DOS format from the publisher, Morgan Kaufmann.  For more
  1340.    information, contact: Morgan Kaufmann, Dept. P1, 2929 Campus Drive, Suite
  1341.    260, San Mateo CA 94403, (800) 745-7323; FAX: (415) 578-0672
  1342.  
  1343.    Harlequin's LispWorks comes with Common Prolog -- a fast
  1344.    Edinburgh-compatible Prolog integrated with Common Lisp.  Write to:
  1345.    Harlequin Limited, Barrington Hall, Barrington, Cambridge, CB2 5RG, call
  1346.    0223 872522 (or 44223 872522 outside UK), telex 818440 harlqn g, fax 0223
  1347.    872519, or send email to ai@uk.co.harlqn (or ai@harlqn.co.uk for US people).
  1348.  
  1349.    eLP (Ergo Lambda Prolog) is an interpreter written by Conal Elliott,
  1350.    Frank Pfenning and Dale Miller in Common Lisp and implements the core
  1351.    of lambda Prolog (higher-order hereditary Harrop formulas). It is
  1352.    embedded in a larger development environment called ESS (the Ergo
  1353.    Support System).  eLP implements all core language feature and offers
  1354.    a module system, I/O, some facilities for tracing, error handling,
  1355.    arithmetic, recursive top-levels, on-line documentation and a number
  1356.    of extended examples, including many programs from Amy Felty's and
  1357.    John Hannan's thesis.  It should run in Allegro Common Lisp, Lucid
  1358.    Common Lisp, Kyoto Common Lisp, CMU Common Lisp and Ibuki Common Lisp.
  1359.    The eLP implementation of lambda Prolog is no longer developed or
  1360.    maintained, but it is still available via anonymous ftp from
  1361.    ftp.cs.cmu.edu:/afs/cs.cmu.edu/project/ergo/export/ess/. The file
  1362.    ergolisp.tar.Z contains the Ergo project's extensions to Common Lisp,
  1363.    including some facilities for attributes and dealing with abstract
  1364.    syntax trees. The file sb.tar.Z contains the Ergo
  1365.    Parser/Unparser/Formatter generator and ab.tar.Z contains the Ergo
  1366.    Attribute Grammar facility. The file elp.tar.Z contains the Ergo
  1367.    implementation of lambda Prolog.  To customize grammars you need the
  1368.    sb.tar.Z file.  When you retrieve the system, please print, fill out,
  1369.    and send in a copy of the non-restrictive license you will find in the
  1370.    file LICENSE. To subscribe to the elp@cs.cmu.edu mailing list, send
  1371.    mail to elp-request@cs.cmu.edu. Bugs should be sent to
  1372.    elp-bugs@cs.cmu.edu.
  1373.  
  1374.    The book "On Lisp" by Paul Graham includes an implementation of
  1375.    Prolog in Common Lisp. The code is available by anonymous ftp from
  1376.       endor.harvard.edu:/pub/onlisp
  1377.    and also in the CMU AI Repository as 
  1378.       ftp.cs.cmu.edu:/user/ai/lang/lisp/bookcode/graham/
  1379.  
  1380. See the Scheme FAQ for information on implementations of Prolog in Scheme.
  1381.  
  1382. ----------------------------------------------------------------
  1383. Subject: [6-8] World-Wide Web (WWW) Resources
  1384.  
  1385. The World Wide Web (WWW) is a hypermedia document that spans the
  1386. Internet.  It uses the http (HyperText Transfer Protocol) for the
  1387. light-weight exchange of files over the Internet.  NCSA Mosaic is a
  1388. World Wide Web browser developed at the National Center for
  1389. Supercomputing Applications (NCSA). 
  1390.  
  1391. Mosaic's popularity derives, in part, from its ability to communicate
  1392. using more traditional Internet protocols like FTP, Gopher, WAIS, and
  1393. NNTP, in addition to http. Mosaic can display text, hypertext links,
  1394. and inlined graphics directly. When Mosaic encounters a file type it
  1395. can't handle internally, such as Postscript documents, mpeg movies,
  1396. sound files, and JPEG images, it uses an external viewer (or player)
  1397. like Ghostscript to handle the file. Mosaic also includes facilities
  1398. for exploring the Internet. In other words, Mosaic is an multimedia
  1399. interface to the Internet.
  1400.  
  1401. The hypertext documents viewed with Mosaic are written in HTML
  1402. (HyperText Markup Language), which is a subset of SGML (Standard
  1403. Generalized Markup Language).  All that is needed is just a few more
  1404. improvements, such as the ability to format tables and mathematics,
  1405. and a WYSIWYG editor, for HTML to greatly facilitate electronic
  1406. journals and other publications.
  1407.  
  1408. NCSA Mosaic for the X Window System is available by anonymous ftp from  
  1409.    ftp.ncsa.uiuc.edu:/Mosaic/
  1410. as source code and binaries for Sun, SGI, IBM RS/6000, DEC Alpha OSF/1, DEC
  1411. Ultrix, and HP-UX. Questions about NCSA Mosaic should be directed to 
  1412. mosaic-x@ncsa.uiuc.edu (X-Windows version), mosaic-mac@ncsa.uiuc.edu
  1413. (Macintosh), and mosaic-win@ncsa.uiuc.edu (Microsoft Windows).
  1414.  
  1415. A simple HTML version of the Lisp FAQ (this FAQ) is available as
  1416.    http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/lang/lisp/top.html
  1417.  
  1418. Association of Lisp Users:
  1419.    http://www.cs.rochester.edu/users/staff/miller/alu.html
  1420.    [Contains links to a lot of Lisp resources, including a history of
  1421.    Lisp, bibliographies of Lisp books, the Lisp Repository at CMU, and
  1422.    even some Lisp humor. Very nicely done.]
  1423.    Contact: Brad Miller <miller@cs.rochester.edu>
  1424.  
  1425. ----------------------------------------------------------------
  1426. ;;; *EOF*
  1427.  
  1428.  
  1429.