Dumps selected forms to a stream.
hcl
dump-form form stream => nil
form
Form to be dumped.
stream
Stream form is to be dumped to.
Returns nil .
nil
dump-form is used in conjunction with with-output-to-fasl-file to dump selected forms. A dumped form is evaluated when loaded using load-data-file.
dump-form
See with-output-to-fasl-file for more details.
dump-forms-to-file with-output-to-fasl-file