This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-20
Channels
- # ai (1)
- # beginners (17)
- # boot (27)
- # cider (2)
- # cljs-dev (64)
- # clojure (131)
- # clojure-austin (13)
- # clojure-dev (15)
- # clojure-dusseldorf (11)
- # clojure-france (45)
- # clojure-russia (19)
- # clojure-spec (66)
- # clojure-uk (22)
- # clojurescript (97)
- # core-logic (7)
- # cursive (5)
- # data-science (1)
- # datomic (92)
- # dirac (49)
- # emacs (1)
- # events (5)
- # funcool (10)
- # hoplon (79)
- # jobs (1)
- # jobs-rus (1)
- # lein-figwheel (1)
- # leiningen (3)
- # om (14)
- # onyx (35)
- # planck (2)
- # proton (1)
- # re-frame (21)
- # reagent (2)
- # ring-swagger (10)
- # spacemacs (10)
- # specter (18)
- # untangled (7)
- # vim (23)
We should maintain a "plugins I'd love to have" list. I'd love (for example) to have kibit/[neomake,ale,syntastic] integration
Have you ever tried https://github.com/venantius/vim-eastwood/blob/master/README.md previously?
No, I kinda want something async that runs in the background. Now we have Acid, we could try revisit it that way. I can't see Ale having callback support, which would have been the best case.
I think having a list is a good idea. It would be helpful to have a list of all the good plugins that exist now too.
I guess its like everything vim, it takes a bit of work to get a good clojure setup, would be cool if we could make that easier.
something like https://cider.readthedocs.io/en/latest/ would be good to aspire to
There are a few things I want acid to have additionally to nrepl communication, for example syntax coloring and static analysis.. Of course I don't plan to create a whole structure for that, but I want to be able to provide pluggable parts so it can be extended that way
That could also be implemented without nrepl connection, by running tools.analyzer on nodejs
@juhoteperi I toyed with that idea, but didn't seem to get a data structure that told me about types very much. Rewrite-cljs seemed to know what it was doing though
Hmm, yeah there is no really type information in AST level
I just want it for uneval (#_) as that's the most annoying thing that's missing, but is beyond vims highlighting