[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
COMPILE-FILE
- To: Common-Lisp at SU-AI
- Subject: COMPILE-FILE
- From: David A. Moon <Moon at SCRC-TENEX at MIT-MC>
- Date: Sat, 28 Aug 1982 20:09:00 -0000
COMPILE-FILE (known as COMFILE until last week) needs some of the same keywords
as LOAD, specifically :PACKAGE, :VERBOSE, :PRINT, and :SET-DEFAULT-PATHNAME.
I suggest that the optional argument be changed to an :OUTPUT-FILE keyword as well.
There are likely to be additional implementation-dependent keywords such as :OPTIMIZE.
COMPILE-FILE input-file &KEY :OUTPUT-FILE :PACKAGE :PRINT :SET-DEFAULT-PATHNAME :VERBOSE