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

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.
You could do save-lisp-and-die