> < ^ Date: Wed, 02 Aug 1995 18:10:00 +0200
> < ^ From: Richard Rossmanith <richard@maxp03.mathe.uni-jena.de >
> ^ Subject: Save/Load Commands

Dear Forum,

wouldn't it be nice to have commands such as
Save(<filename>, <object>);
and
Load(<filename>);
with which one could save any Gap-object to a file and load it again into
another Gap-session? There are similar commands described in the manual for
certain objects, but I couldn't find an entry for general objects. Does anybody
know how to program such a routine?

A similar command could be
SaveSession(<filename>);
that saves all variables defined at the time to resume the session later with
the UNIX-command
gap -session <filename>
The solution to this problem is probably beyond simply programming new
Gap-functions.

I am grateful for any hints.

Regards,

Richard Rossmanith


> < [top]