[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dumparrays and loadarrays on the lispmachine
- To: Nis at MIT-AI, (BUG LISPM) at MIT-AI
- Subject: Re: dumparrays and loadarrays on the lispmachine
- From: MOON@MIT-MC
- Date: Tue ,14 Nov 79 02:49:52 EDT
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.