All Manuals > LispWorks User Guide and Reference Manual > 28 Miscellaneous Utilities

NextPrevUpTopContentsIndex

28.3 Transferring large amounts of data

You can write Lisp data in a binary format to a file using dump-forms-to-file or with-output-to-fasl-file with dump-form. The file can then be loaded by load-data-file.

This allows you to transfer large amounts of data without using the Lisp printer and reader, which is much more efficient and robust.


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex