top | item 46258139

(no title)

aktuel | 2 months ago

Are there any current language REPLs that have save/restore session state commands?

discuss

order

chews|2 months 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.

znpy|2 months ago

You could do save-lisp-and-die