Discuss all things joker, the Clojure interpreter/linter on top of Go.
https://github.com/candid82/joker
dehli 2020-06-10T12:12:27.088700Z
Hello! I have a macro go-try which is basically a (go (try)). Is there a way for me to tell joker to treat the macro as a regular try form?
Edit: Just realized I can get it to work using {:known-macros [go-try [catch finally]]}