Fork me on GitHub
#leiningen
<
2016-08-31
>
karlis08:08:36

fairly often I need to store data created in a repl session and access it in a later repl session. are there any lein plugins or projects that could take "snapshots" and dump all the data of variables defined in a session and re-eval it when starting repl again? right now I'm just manually dumping / reading edn files for this, but maybe there's a faster way.

Tim14:08:12

that’s an interesting idea