unrepl

discussing specification of an edn-based repl and its implementations.
plexus 2017-06-03T10:05:09.725517Z

the clojure REPL doesn't support CLJC forms though, and before upgrading you don't get to control the reader

cgrand 2017-06-03T11:30:10.922410Z

You sure? I thought I tried it successfully yesterday.

plexus 2017-06-03T11:56:06.981967Z

hmmm you're right... could have sworn it gave an error before. oh well all the better

cgrand 2017-06-03T11:56:39.983305Z

Maybe you tested with nrepl?

plexus 2017-06-03T11:57:24.985062Z

could be

plexus 2017-06-03T13:25:17.220649Z

still a bit rough but unrepl.el now has basic elision support

plexus 2017-06-03T13:26:00.222718Z

also better state management, so you can run multiple sessions in parallel

plexus 2017-06-03T13:26:34.224376Z

(side note, let-alist rules)

richiardiandrea 2017-06-03T16:39:52.854299Z

Emacs Lisp's fun!