|
|
|
|
|
by capableweb
1670 days ago
|
|
It's true it's "not writing Java", that's true for every language besides Java! But the second part is definitely not true. First, you can very much use JVM Clojure without touching Java, I've done so many times. Secondly, you can use ClojureScript which cannot even do interop with Java since it "compiles" to JavaScript and doesn't run on the JVM. Thirdly, you can use Babashka to run Clojure code with GraalVM and SCI instead. Many options exists to not having to touch Java when you use Clojure, but I guess it's hard to kill old memes? |
|
When I said 'not writing Java' I was obviously talking about the JVM.