It's possible, yes, if you what you want to save and restore are the
local variables of the Reinteract worksheet. It doesn't immediately
strike me as something that fits well within Reinteract way of
working.
Do you have an example where a save()/restore() would take something
that is cumbersome to write currently and make it simple?
> I'm currently relearning Python (with the help of Reinteract), to see
> if it has improved since the last time I used it 15 years ago (and
> hated it) and because a lot of applications I use have Python as their
> native scripting language. Reinteract seem cool, except for the
> serious lag when I'm writing stuff; wtf, waiting 20 minutes to see
> what I wrote in 2 minutes (and I have a rather fast computer, I wonder
> how much lag it would be on a slow computer), if the word completion/
> help tips can't be made faster, it should be possible to turn them off.
Hmm, are you hitting:
https://bugzilla.gnome.org/show_bug.cgi?id=659335
But that really takes a *big* module to make it obnoxious - the 'gtk'
module has over 1200 symbols, and it still only causes a few second of
hang, not 20 minutes of hang.
Generally reinteract stays really fast for me unless I'm doing
calculations that are themselves slow.
- Owen