Y
Hacker News
new
|
ask
|
show
|
jobs
by
aktuel
188 days ago
Are there any current language REPLs that have save/restore session state commands?
2 comments
chews
187 days ago
I run jupyter in a docker container and have the ability to just checkpoint it, it would work for any language that runs a REPL. The gotcha's are any GPU state stuff or any database/socket connections.
link
znpy
187 days ago
You could do save-lisp-and-die
link