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

Re: dumparrays and loadarrays on the lispmachine



Use one of the undocumented functions COMPILER:FASD-SYMBOL-VALUE
and COMPILER:FASD-FILE-SYMBOLS-PROPERTIES.  The former will put the
value of a single symbol into a qfasl file, while the latter is more
elaborate and takes a lot of arguments, but allows you to put a variety
of values and properties of several symbols into a qfasl file.  In either
case the resulting qfasl file can be loaded in the ordinary way.
As far as I know all types of arrays and numbers should work in qfasl
files; please complain if there are any problems.