National Institute of Advanced Industrial Science and Technology (AIST) This page is a page of the former research institute. We stopped updating on March 31.2001.
E-mail to webmaster (Japanese) E-mail to webmaster (English)
next up previous contents index
Next: Process Image Saving Up: Evaluation Previous: Debugging Aid

Dump Objects

EusLisp's reader and printer are designed so that they can write any objects out to files in the forms that are rereadable. The objects may have mutual or recursive references. This feature is enabled when *print-circle* and *print-object* are set to T. Following functions set these variables to T, open a file, and print objects. The most important application of these functions is to dump the structures of 3D models that have mutual references.

  dump-object file &rest objects [function]

  dump-structure file &rest objects [function]   dump-loadable-structure file &rest symbols [function]

Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996