Dump a form to a file in a binary format.
hcl
dump-form form fasl-stream => nil
form⇩ |
A form. |
fasl-stream⇩ |
An opaque structure created using with-output-to-fasl-file. |
The function dump-form
dumps form to fasl-stream, which must have been opened by using with-output-to-fasl-file.
See dump-forms-to-file for more details.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35