This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-14
Channels
- # beginners (4)
- # boot (78)
- # braveandtrue (3)
- # cider (9)
- # clara (6)
- # cljs-dev (4)
- # clojure (57)
- # clojure-brasil (1)
- # clojure-russia (99)
- # clojure-spec (20)
- # clojure-uk (40)
- # clojurescript (162)
- # component (17)
- # cursive (4)
- # datomic (21)
- # docker (2)
- # emacs (5)
- # figwheel (2)
- # hoplon (363)
- # jobs (1)
- # leiningen (1)
- # om (4)
- # om-next (5)
- # onyx (10)
- # proton (1)
- # re-frame (13)
- # reagent (13)
- # ring (3)
- # rum (1)
- # slack-help (1)
- # test-check (3)
- # untangled (7)
- # vim (24)
There’s a node nrepl client https://github.com/rksm/node-nrepl-client
lumo takes a classpath option, so it could load plain ol' cljs from a jar, but nothing for node_modules that I can see
Really cool piece of kit. In fact there's a binary distributed that doesn't even require node to be installed
Although, limited benefit to writing it in clojurescript at all really. Unless it's all clojurescript.
yeah, this eastwood linter works nicely. I mean, it seems to be catching near nonsense for the files I'm using it against. https://github.com/SevereOverfl0w/clojure-check
I've been building with gopm and usage is ./output nreplhost:nreplport optional list of namespaces to check
expect imperfection
./output host:port --linter eastwood --namespace dev --namespace user --other-opt blah
and then open up support to as much of https://github.com/tolitius/boot-check as possible