I would like to work with an interpreter, then when wish to stop, save it's entire state into file. I don't want to mind what to save. For example, I don't want to list variables. I want it to automatically save everything.
Tomorrow I wish to reopen saved state and continue operating from the same place.
Various notebooks like Jupyter are not applicable, because they only can re-execute my commands to restore state, which can take time, which I wish to avoid.
Any other mature interpreting language with this capability is appreciated.