home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
gcl-1.000
/
gcl-1
/
gcl-1.0
/
lsp
/
init.lsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Lisp/Scheme
|
1994-05-10
|
469 b
|
15 lines
(defun lcs1 (file)
(compile-file file
:c-file t :h-file t :data-file t :ob-file t
:system-p t))
(defun make-unix_top ()
(let ((*features* '(unix)))
(compile-file "top" :output-file "unix_top"
:c-file t :h-file t :data-file t
:ob-file nil :fasl-file nil
:system-p t)))
(proclaim '(special si::*indent-formatted-output*))