unrepl

discussing specification of an edn-based repl and its implementations.
dominicm 2017-07-14T15:28:01.561450Z

Looking forward

plexus 2017-07-14T18:34:08.340197Z

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
plexus 2017-07-14T18:34:29.350113Z

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

dominicm 2017-07-14T22:11:57.641207Z

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