[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Recursive COMPILE-FILE?
- To: common-lisp@SAIL.STANFORD.EDU
- Subject: Recursive COMPILE-FILE?
- From: Stuart A. Malone <SAM@XX.LCS.MIT.EDU>
- Date: Fri 9 Jan 87 12:44:09-EST
Is a Common Lisp compiler required to correctly handle forms such as:
(eval-when (compile)
(compile-file "utils"))
I am working with two different implementations of Common Lisp that ignore
inline declarations unless the functions being placed inline are compiled, so
guaranteeing that the inline "utils" file is always compiled before the main
file is useful.
May I scream at the compiler implementors to make this work?
--Stuart A. Malone
-------