|
|
1.1 root 1: .\" Copyright (c) 1980, 1990 The Regents of the University of California.
2: .\" All rights reserved.
3: .\"
4: .\" Redistribution and use in source and binary forms are permitted provided
5: .\" that: (1) source distributions retain this entire copyright notice and
6: .\" comment, and (2) distributions including binaries display the following
7: .\" acknowledgement: ``This product includes software developed by the
8: .\" University of California, Berkeley and its contributors'' in the
9: .\" documentation or other materials provided with the distribution and in
10: .\" all advertising materials mentioning features or use of this software.
11: .\" Neither the name of the University nor the names of its contributors may
12: .\" be used to endorse or promote products derived from this software without
13: .\" specific prior written permission.
14: .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
15: .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
16: .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17: .\"
18: .\" @(#)lisp.1 6.2 (Berkeley) 6/24/90
19: .\"
20: .Dd June 24, 1990
21: .Dt LISP 1
22: .Os BSD 4
23: .Sh NAME
24: .Nm lisp
25: .Nd lisp interpreter
26: .Sh SYNOPSIS
27: .Nm lisp
28: .Sh DESCRIPTION
29: .Nm Lisp
30: is a lisp interpreter for a dialect which
31: closely resembles MIT's MACLISP.
32: This lisp, known as FRANZ
33: LISP, features
34: an I/O facility which allows the user to change the input
35: and output syntax, add
36: macro characters, and maintain compatibility with upper-case
37: only lisp systems;
38: infinite precision integer arithmetic, and
39: an error facility which allows the user to trap system errors in
40: many different ways.
41: Interpreted functions may be mixed with code compiled by
42: .Xr liszt 1
43: and both may be debugged using the
44: ``Joseph Lister'' trace package.
45: A
46: .Nm lisp
47: containing compiled and interpreted code may be dumped into
48: a file for later use.
49: .Pp
50: There are too many functions to list here; one should refer to the
51: manuals listed below.
52: .Sh AUTHORS
53: An early version was written by Jeff Levinsky, Mike Curry, and John Breedlove.
54: Keith Sklower wrote and is maintaining the current version,
55: with the assistance of John Foderaro.
56: The garbage collector was implemented by Bill Rowan.
57: .Sh ENVIRONMENT
58: .Nm Lisp
59: checks these
60: environment variables;
61: .Ev PATH ,
62: .Ev SHELL
63: and
64: .Ev TERM .
65: .Sh FILES
66: .Dw /usr/lib/lisp/toplevel.l
67: .Di L
68: .Dp Pa /usr/lib/lisp/trace.l
69: Joseph Lister trace package
70: .Dp Pa /usr/lib/lisp/toplevel.l
71: top level read-eval-print loop
72: .Dp
73: .Sh SEE ALSO
74: .Xr liszt 1 ,
75: .Xr lxref 1
76: .br
77: .Em FRANZ LISP Manual,
78: Version 1
79: by John K.
80: Foderaro
81: .br
82: MACLISP Manual
83: .Sh HISTORY
84: .Nm Lisp
85: appeared in 3 BSD.
86: .Sh BUGS
87: The error system is in a state of flux and not all error messages are
88: as informative as they could be.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.