4.2BSD/usr/man/man1/lisp.1

Compare this file to the similar file:
Show the results in this format:

.TH LISP 1 "1 October 1980"
.UC 4
.SH NAME
lisp \- lisp interpreter
.SH SYNOPSIS
.B lisp
.SH DESCRIPTION
.I Lisp
is a lisp interpreter for a dialect which
closely resembles MIT's M\s-2ACLISP\s0.
This lisp, known as F\s-2RANZ\s0\ L\s-2ISP\s0, features
an I/O facility which allows the user to change the input
and output syntax, add
macro characters, and maintain compatibility with upper-case
only lisp systems;
infinite precision integer arithmetic, and
an error facility which allows the user to trap system errors in 
many different ways.
Interpreted functions may be mixed with code compiled by
.IR liszt (1)
and both may be debugged using the
``Joseph Lister'' trace package.
A
.I lisp
containing compiled and interpreted code may be dumped into
a file for later use.
.LP
There are too many functions to list here; one should refer to the
manuals listed below.
.SH AUTHORS
An early version was written by Jeff Levinsky, Mike Curry, and John Breedlove.
Keith Sklower wrote and is maintaining the current version,
with the assistance of John Foderaro.
The garbage collector was implemented by Bill Rowan.
.SH FILES
.ta 2.4i
/usr/lib/lisp/trace.l	Joseph Lister trace package
.br
/usr/lib/lisp/toplevel.l	top level read-eval-print loop
.SH SEE ALSO
liszt(1), 
lxref(1)
.br
`F\s-2RANZ\s0\ L\s-2ISP\s0  Manual, Version 1'
by John K. Foderaro
.br
M\s-2ACLISP\s0 Manual
.SH "BUGS"
The error system is in a state of flux and not all error messages are
as informative as they could be.