[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: GJC at MIT-MC (George J. Carrette)
- Date: Mon, 8 Dec 80 21:17:00 GMT
- Original-date: 8 DEC 1980 1617-EST
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.)