joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
2020-05-10T09:27:38.068600Z

are there are any snippets of joker code online or larger projects written in joker? I tested some small scripts

Candid 2020-05-10T22:22:10.073Z

Joker is not really intended for "large" projects, whatever "large" means. I think its sweet spot is scripts / automation. We use it for some infrastructure automation / glue, and our largest script is ~ 1.3K of LOC, not counting @hlship’s multi library (https://github.com/hlship/multi). That said, if anyone uses Joker for something more sophisticated it'd be very interesting to hear about it.

👍 1
Candid 2020-05-10T22:23:57.074100Z

Joker v0.15.4 is released https://github.com/candid82/joker/releases/tag/v0.15.4

👍 2