added first pass of distribution tests. By no means finished!
[CommonLispStat.git] / README
blobe0d73ea13c367cf128c832235890a6cb50337be9
1 -*- mode: text -*-
4 For a fast start: 
6 run a common lisp (SBCL, CMUCL, CLISP) starting in the current
7 directory.   We also assume that a recent version of CFFI has been
8 installed and is ASDF-loadable.  Probably should include a local copy
9 just in case.
11 Step through ls-demo.lisp for a range of examples that will become
12 part of the test suite.
17 ===========
19 See Doc/README* for history and design considerations
20 See Doc/INSTALL for getting this to work and run
22 ===========