[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Recursive COMPILE-FILE?



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
-------