This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-10
Channels
- # beginners (6)
- # calva (1)
- # cider (17)
- # clj-kondo (10)
- # clojure (4)
- # clojure-austin (3)
- # clojure-spec (3)
- # clojurescript (40)
- # clojurex (17)
- # core-async (10)
- # cursive (1)
- # data-science (2)
- # datomic (15)
- # emacs (10)
- # fulcro (15)
- # funcool (1)
- # graalvm (15)
- # joker (3)
- # nrepl (34)
- # off-topic (10)
- # pedestal (3)
- # rewrite-clj (6)
- # spacemacs (5)
- # sql (11)
Hi all - trying to help a friend using IntelliJ Cursive and add joker support there - can’t find anything online - is there any guide that I can use?
@nirrub i haven't found anything either, but a fair bit of clj-kondo's "shape" is similar to joker's (e.g. the output message structure) -- there are instructions for using clj-kondo for cursive using the textwatcher plugin at: https://github.com/borkdude/clj-kondo/blob/master/doc/editor-integration.md#intellij-idea may be they can be adapted for joker? also, depending on what the goal(s) are, possibly clj-kondo could work in the situation?