joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
pez 2018-04-06T06:31:03.000022Z

@roman.bataev, Joker is amazing. FYI: I use it for the linting support in Calva, a VSCode Clojure support extension. https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode

Candid 2018-04-13T16:44:11.000287Z

I am back from vacation. Calva looks awesome. Will definitely check it out soon as it might be good enough reason for me to switch from sublime to vs code.

Candid 2018-04-13T16:44:24.000470Z

👍

pez 2018-04-16T11:40:19.000392Z

Hello, saw this now. Please let me know if you find Calva useful or if there is something still lacking for you to make the switch. I probably should add support for the Joker REPL.

pez 2018-04-16T15:35:30.000499Z

Might be a bit out of Calvas reach since I guess there is no nrepl and no cider? But it would be nice to support scripting with something that Clojure-like…

Candid 2018-04-16T16:11:27.000505Z

there is no nrepl support in Joker and currently no plans to implement it. I personally don't use repl when writing scripts in Joker, I just start Joker process and execute the entire file every time I want to try something out.

👍 1
pez 2018-04-06T06:32:20.000111Z

(I'll check up on how mature the Joker VSCode extension is these days and might offload this responsibility to that extension.)