All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

dump-form Function

Summary

Dump a form to a file in a binary format.

Package

hcl

Signature

dump-form form fasl-stream => nil

Arguments
form
A form.
fasl-stream
An opaque structure created using with-output-to-fasl-file.
Description

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.

See also

load-data-file
dump-forms-to-file
with-output-to-fasl-file


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35