Re: Hibernation

2002-06-04 Thread Jonathan E. Paton
> The binary image should represent the interpreters > internal state and the compiled bytecode, as straight > as possible. Internal state is a problem. > example: > > if (my $binary = hibernate) { > print "Feelin sleepy... Good Night."; > save_to_disk($binary, "~/myscript.pl.sleeps"); >

Hibernation

2002-06-04 Thread Seiler Thomas
Hello everyone, (Please correct me if this is the wrong list for my proposal.) I was wonder if it would be possible / usefull to add a hibernation functionality to the Perl 6 Language, possibly via a Module. (but the core would have to provide the needed low level functions) "Hibernate&q