chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
bozhidar 2019-03-26T07:06:27.076400Z

@pez mentioned you might be interested in hearing that nREPL just added support for EDN requests/responses (in addition to the default bencode ones). Looking at the conversation so far, however, it seems you’re leaning toward the built-in stuff and that’s totally fine. If there was something like prepl 7 years ago I would have probably used it as well, although I definitely think unrepl is a better solution for tool writers than prepl (of that type of REPLs).

bozhidar 2019-03-26T07:06:42.076600Z

> @mauricio.szabo clojure clr is almost at 1.10 - so not quite yet, but hopefully soon

bozhidar 2019-03-26T07:07:39.077700Z

It’s good to hear there’s progress there. Often it feels to me like the project is pretty much forgotten. When Clojure was announced I expected ClojureCLR would become as popular as the JVM version, and I’m still puzzled how things ended up the way they did.

bozhidar 2019-03-26T07:09:01.077900Z

> Refresh with Clojure tools.nrepl

bozhidar 2019-03-26T07:09:15.078300Z

I think someone meant to write tools.namespace here. 🙂

mauricio.szabo 2019-03-26T14:30:50.079900Z

> although I definitely think unrepl is a better solution for tool writers than prepl Indeed it is! There are lot of problems parsing EDN that return from completely valid Clojure code, and UNREPL solves these issues quite well.