BSD 4_2 development
[unix-history] / usr / man / man1 / lisp.1
CommitLineData
d57921d3
C
1.TH LISP 1 "1 October 1980"
2.UC 4
3.SH NAME
4lisp \- lisp interpreter
5.SH SYNOPSIS
6.B lisp
7.SH DESCRIPTION
8.I Lisp
9is a lisp interpreter for a dialect which
10closely resembles MIT's M\s-2ACLISP\s0.
11This lisp, known as F\s-2RANZ\s0\ L\s-2ISP\s0, features
12an I/O facility which allows the user to change the input
13and output syntax, add
14macro characters, and maintain compatibility with upper-case
15only lisp systems;
16infinite precision integer arithmetic, and
17an error facility which allows the user to trap system errors in
18many different ways.
19Interpreted functions may be mixed with code compiled by
20.IR liszt (1)
21and both may be debugged using the
22``Joseph Lister'' trace package.
23A
24.I lisp
25containing compiled and interpreted code may be dumped into
26a file for later use.
27.LP
28There are too many functions to list here; one should refer to the
29manuals listed below.
30.SH AUTHORS
31An early version was written by Jeff Levinsky, Mike Curry, and John Breedlove.
32Keith Sklower wrote and is maintaining the current version,
33with the assistance of John Foderaro.
34The garbage collector was implemented by Bill Rowan.
35.SH FILES
36.ta 2.4i
37/usr/lib/lisp/trace.l Joseph Lister trace package
38.br
39/usr/lib/lisp/toplevel.l top level read-eval-print loop
40.SH SEE ALSO
41liszt(1),
42lxref(1)
43.br
44`F\s-2RANZ\s0\ L\s-2ISP\s0 Manual, Version 1'
45by John K. Foderaro
46.br
47M\s-2ACLISP\s0 Manual
48.SH "BUGS"
49The error system is in a state of flux and not all error messages are
50as informative as they could be.