unrepl

discussing specification of an edn-based repl and its implementations.
cgrand 2017-05-18T14:50:22.301626Z

# How to upgrade a repl to unrepl 

Once you have a connection to a REPL, you send the content of the resource file `unrepl/blob.clj` to it (the file is not present in the repository but should be present in the artifact, it's generated by `lein unrepl-make-blob`).

Either you get `[:unrepl.upgrade/failed]` or `[:unrepl/hello ...]` on the repl output. Upon failure you are back in the repl you started from.

👍 1
cgrand 2017-05-18T14:51:05.320235Z

@pesterhazy is this simple enough?

pesterhazy 2017-05-18T16:27:42.814796Z

@cgrand, perfect 🙂