CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

Lisp code for benchmarking, research, education, and fun

lang/lisp/code/

   bench/     Lisp Benchmarking Suites
   codewalk/  Codewalking: Lisp code that grovels over 
              arbitrary Lisp code
   csp/       Prosser's hybrid algorithms for the Constraint 
              Satisfaction Problem
   db/        Database programs implemented in Lisp.
   ext/       Lisp Code Extensions: Collection of miscellaneous 
              Lisp code.
   fun/       Some random fun programs written in Lisp, 
              including Life and sunrise/sunset calculations.
   ilu/       ILU: Xerox PARC Inter-Language Unification
   impdep/    Collections of Implementation-Dependent Lisp Code
   io/        IO: Lisp code dealing with input and output 
              routines.
   iter/      ITER: Macro packages for iteration in Common 
              Lisp.
   match/     Pattern matching code, unifiers, regular 
              expression matchers.
   math/      Math Library: Lisp code for various mathematical 
              functions.
   parsing/   Collection of Lisp code for parsing.
   search/    Lisp code for searching.
   syntax/    Code related to changing or translating to/from 
              Lisp syntax.
   testing/   Lisp programs for testing Lisp programs.
   tools/     Lisp Utilities: Collection of miscellaneous Lisp 
              tools.
This directory contains a variety of Lisp code and algorithm implementations. This collection is intended to facilitate code reuse. The code included here is of a type more basic to programming in Lisp. AI software systems that happen to be implemented in Lisp will appear in the areas/ directory tree.
CD-ROM: Prime Time Freeware for AI, Issue 1-1 Keywords: Lisp!Code
Last Web update on Mon Feb 13 10:30:59 1995
AI.Repository@cs.cmu.edu