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

[no subject]



Would it be possible to have DEFUN put
(AND (STATUS FEATURE COMPLR)
     (*EXPR FOOBAR)) ; or *FEXPR or *LEXPR or whatever.
into the FASL files?

I know that for large programs one doesn't usually
compile in the running environment, but this would sure
be convenient for small programs, especially ones
which I am going to run on the lisp machine too.
I doubt anyone would notice the increase in FASL
file size. (Which already has (AND (STATUS FEATURE COMPLR)
(SPECIAL FOOBAR)) produced by DEFVAR.)