Clojure namespace management - Is there a way to save and restore the state of clojure repl namespaces, imports etc.?

后端 未结 3 1185
独厮守ぢ
独厮守ぢ 2021-02-04 10:38

Clojure has a large number functions/macros for working with namespaces and java package imports. To my (limited) understanding the set up of namespaces can be considered state

3条回答
  •  故里飘歌
    2021-02-04 11:12

    DMTCP might do the job in a clumsy way. Google on DMTCP: Distributed MultiThreaded CheckPointing. I use it to checkpoint interactive OCaml programs.

提交回复
热议问题