joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
Nir Rubinstein 2019-11-10T13:10:57.055700Z

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?

2019-11-10T15:19:44.058Z

@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?

Nir Rubinstein 2019-11-10T15:43:17.058900Z

@sogaiu - Thanks - managed to make it work via clj-kondo’s tutorial

👍 1