editors

Discussion about all editors used for Clojure/ClojureScript
pez 2018-09-11T03:23:39.000100Z

@grav it is very strange. If you install from the marketplace, it stops working?

grav 2018-09-11T19:45:47.000100Z

Hm, seems to work now … wonder what was the reason it didn’t at first.

2018-09-11T21:55:42.000100Z

Hello. Can you give me an advice which editor I can use fo Clojure/Clojurescript without a lot of pain? Sometimes ago I use Cursive, but it has some undesired behaviour and is not free after trial period. Then (up for now) I use spacemacs and it is terrible - cause I'm a mouse-guy and context-menu lover. Today I try VS-code. First I tried https://marketplace.visualstudio.com/items?itemName=avli.clojure but it is very poor in functionality and can not eval forms yet (issue is open more than a year - https://github.com/avli/clojureVSCode/issues/61) Second I tied Calva, but it can not evaluate tests (but approves that yes, thow!) or I didnt find how to do this using it. There are some another plugins I had tried for VS-code, such as Clojure:Code, Visual Clojure, etc. But all of them even worse than previously mentioned. Should I try Atom? Or any other editor, such as dead Lighttable? Or what you can suggest me?

Ivan 2018-09-11T22:01:32.000100Z

I had liked Atom with ProtoREPL https://atom.io/packages/proto-repl https://www.youtube.com/watch?v=buPPGxOnBnk

2018-09-11T22:02:46.000100Z

Thanks, I'll try it just now!