editors

Discussion about all editors used for Clojure/ClojureScript
dominicm 2016-07-06T16:01:29.000018Z

I wish vim had namespaces. There, I said it. It would stop plugin authors from needing to make everything private. Doing so extremely limits the extensibility as I can't access certain variables pragmatically, only through the output functions provide me. Hacking an editor is absolutely about monkey patching!