unrepl 2017-07-14

Looking forward

small update on the unrepl.el front: clj-parse now has parity with edn.el (it passes the edn.el test suite). Some quick microbenching shows that it does it 2x faster. https://github.com/lambdaisland/clj-parse/pull/3

👍 2

It also has an AST parsing mode that @volrath has been working on.

@cgrand any thoughts on transit instead of edn? Seems like it would simplify the client writing significantly.