when i try to catch a java exception in a SCI guest, i don't see it being caught. does try/catch not work on :classes that were bound from the host?
should work!
repro welcome
catch java.lang.Exception definitely works so probably i am doing something funny in how i call SCI, let me try and minimize
oh i see, something is rethrowing the java exception as a clojure.lang.ExceptionInfo, probably the java-time library i'm using
i don't think this is related to SCI
aha!