qse/regress/awk/lisp
2022-09-25 09:23:29 +09:00
..
awklisp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
eliza.dat Reorganized the directory structure 2022-09-25 09:23:29 +09:00
eliza.lsp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
fib.lsp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
Impl-notes Reorganized the directory structure 2022-09-25 09:23:29 +09:00
lists Reorganized the directory structure 2022-09-25 09:23:29 +09:00
Manual Reorganized the directory structure 2022-09-25 09:23:29 +09:00
numbers Reorganized the directory structure 2022-09-25 09:23:29 +09:00
numbers.dat Reorganized the directory structure 2022-09-25 09:23:29 +09:00
old-awklisp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
perlisp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
README Reorganized the directory structure 2022-09-25 09:23:29 +09:00
scheme.lsp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
scmhelp.lsp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
startup Reorganized the directory structure 2022-09-25 09:23:29 +09:00
tail.lsp Reorganized the directory structure 2022-09-25 09:23:29 +09:00
test.scm Reorganized the directory structure 2022-09-25 09:23:29 +09:00
trace Reorganized the directory structure 2022-09-25 09:23:29 +09:00

See the Manual file for documentation.

This release also has a Perl version, perlisp, contributed by the Perl
Avenger, who writes:

  It has new primitives: a reentrant "load", a "trace" command, and more
  error reporting.  Perlisp will attempt to load a program called
  "testme" before anything else, when it runs.  After that, it will load
  $HOME/.perlisprc if that file exists, before reverting to the
  interactive read/eval/print loop.

The awk code is still essentially the code posted to alt.sources (May
31, 1994), but with a garbage collector added.


Copyright (c) 1994, 2001 by Darius Bacon.

Permission is granted to anyone to use this software for any
purpose on any computer system, and to redistribute it freely,
subject to the following restrictions:

1. The author is not responsible for the consequences of use of
   this software, no matter how awful, even if they arise from
   defects in it.

2. The origin of this software must not be misrepresented, either
   by explicit claim or by omission.

3. Altered versions must be plainly marked as such, and must not
   be misrepresented as being the original software.