Fork me on GitHub
#interop
<
2022-04-18
>
Nundrum19:04:53

Is there some way to find out what exceptions could be thrown for a given form?

Alex Miller (Clojure team)19:04:54

for the general case, no. but what problem are you trying to solve?

Nundrum20:04:27

I was just comparing some of my AWT experimentation in Clojure with the equivalent in Java.

Alex Miller (Clojure team)20:04:34

in general, Clojure will turn anything into a runtime exception and that could potentially flow out of any call