BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / lisp.0
LISP(1) UNIX Programmer's Manual LISP(1)
N\bNA\bAM\bME\bE
lisp - lisp interpreter
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
l\bli\bis\bsp\bp
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
_\bL_\bi_\bs_\bp is a lisp interpreter for a dialect which closely
resembles MIT's MACLISP. This lisp, known as FRANZ LISP,
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 _\bl_\bi_\bs_\bz_\bt(1) and both may be debugged using the ``Joseph Lis-
ter'' trace package. A _\bl_\bi_\bs_\bp containing compiled and inter-
preted code may be dumped into a file for later use.
There are too many functions to list here; one should refer
to the manuals listed below.
A\bAU\bUT\bTH\bHO\bOR\bRS\bS
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.
F\bFI\bIL\bLE\bES\bS
/usr/lib/lisp/trace.l Joseph Lister trace package
/usr/lib/lisp/toplevel.ltop level read-eval-print loop
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
liszt(1), lxref(1)
`FRANZ LISP Manual, Version 1' by John K. Foderaro
MACLISP Manual
B\bBU\bUG\bGS\bS
The error system is in a state of flux and not all error
messages are as informative as they could be.
Printed 7/9/88 April 29, 1985 1