Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
darius committed Aug 17, 2008
0 parents commit 6f81e06
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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.

0 comments on commit 6f81e06

Please sign in to comment.