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

[no subject]



I would prefer to have a (STATUS FASLNAMELIST) or something like that.
FASL-NAMELIST does not behave like a variable. Doing 
(SETQ FASL-NAMELIST 'FOO) (FASLOAD FOOBAR) where FOOBAR is a file that
just does a (PRINT FASL-NAMELIST) will print out FOO, not 
((DSK KMP) FOOBAR FASL)  .. which is not to say tha this isn't 
reasonable from the point of view of my having munged with bad things.
But Read-Only items and items which are prone to change
dynamically in non-binding ways should nt be variables. --kmp