|
|
1.1 root 1: .TH LISP 1 "alice sola"
2: .SH NAME
3: lisp, liszt, lxref \- lisp interpreter and compiler
4: .SH SYNOPSIS
5: .B lisp
6: .PP
7: .B liszt
8: [
9: .I option ...
10: ]
11: [
12: .I source
13: ]
14: .PP
15: .B lxref
16: [
17: .RB \- n
18: ]
19: .I file ...
20: .SH DESCRIPTION
21: .I Lisp
22: interprets Franz Lisp, which closely resembles MIT's Maclisp.
23: Interpreted functions may be mixed with code compiled by
24: .I liszt,
25: and both may be debugged using the
26: `Joseph Lister' trace package.
27: .LP
28: There are too many functions to list here; one should refer to the
29: manuals listed below.
30: .PP
31: .I Liszt
32: compiles the lisp
33: .I source
34: file, whose name ends in
35: .BR .l ,
36: into an object file, whose name ends in
37: .BR .o .
38: The following options are available.
39: .TP
40: .B \-w
41: suppress warning diagnostics
42: .TP
43: .B \-q
44: suppress compilation statistics
45: .TP
46: .BI \-o " object"
47: put object code in specified file
48: .TP
49: .B \-m
50: source is Maclisp
51: .TP
52: .B \-u
53: source is UCI Lisp
54: .TP
55: .B \-S
56: leave assembler input in file suffixed
57: .BR .s ;
58: do not finish compilation
59: .TP
60: .B \-x
61: place cross-reference list in file suffixed
62: .B .x
63: to be used by
64: .I lxref.
65: .PP
66: .I Liszt
67: with no arguments is the same as
68: .I lisp.
69: The compiler may be invoked from the interpreter:
70: .IP
71: ( liszt [options] foo)
72: .LP
73: compiles file `foo.l'.
74: .PP
75: .I Lxref
76: writes to the standard output a readable form of
77: the named cross-reference files.
78: Not more than
79: .I n
80: (default 50) references to any function will be printed.
81: .SH FILES
82: .ta \w'/usr/lib/list/machacks.l 'u
83: /usr/lib/lisp/auxfns0.l common functions
84: .br
85: /usr/lib/lisp/auxfns1.l less common functions
86: .br
87: /usr/lib/lisp/trace.l Joseph Lister trace package
88: .br
89: /usr/lib/lisp/toplevel.l top level read-eval-print loop
90: .br
91: /usr/lib/lisp/machacks.l Maclisp compatibility package
92: .br
93: /usr/lib/list/ucifnc.l UCI Lisp compatibility package
94: .SH SEE ALSO
95: `F\s-2RANZ\s0\ L\s-2ISP\s0 Manual, Version 1'
96: by John K. Foderaro
97: .br
98: M\s-2ACLISP\s0 Manual
99: .SH "BUGS"
100: The error system is in a state of flux and not all error messages are
101: 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.