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]]}
go-try
(go (try))
try
{:known-macros [go-try [catch finally]]}