|
|
|
|
|
by elwell
1937 days ago
|
|
Anecdotally, I've been using Clojure professionally for about seven years and only very rarely need to interop with Java. Of course it depends on what you're trying to accomplish. On the other hand, interop with JS from ClojureScript is very common; shadow-cljs has made that experience more inviting. |
|
The biggest area where the JVM leaks through is exceptions and error messages.