[Openmcl-devel] saving data to a fasl file
Marco Baringer
mb at bese.it
Thu Nov 25 04:08:53 PST 2004
"Hamilton Link" <helink at sandia.gov> writes:
> I've put an 11MB object into a fasl file this way. I have no idea what
> the limit is.
> h
1) i've run into a limit on the number of objects (not the size),
openmcl's fasl tabels have a limit of, afaicr, (expt 2 16). i sent
a message to the list regarding this a few months ago.
2) the form must be:
(setf var '#.(form))
the quote is essential (and openmcl's error message if you get this
wrong is very cryptic).
--
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
More information about the Openmcl-devel
mailing list