Loads a fasl file created by dump-forms-to-file or with-output-to-fasl-file.
The function load-data-file loads a fasl file created by dump-forms-to-file or with-output-to-fasl-file.
load-data-file has the same semantics as
load
, but treats fasl files differently:
Fasl files generated by dump-forms-to-file or with-output-to-fasl-file must only be loaded using
load-data-file
.