Fork me on GitHub
#clr
<
2024-07-14
>
Srayan Jana00:07:26

is clojureclr the same languare as on the jvm?

seancorfield05:07:26

Essentially, yes. There interop stuff is different -- obviously, since it's .NET interop on the CLR but Java interop on the JVM.

seancorfield05:07:21

And you can write cross-platform code in .cljc files that run on the CLR, the JVM, and in the browser/on node.js.

seancorfield05:07:21

The main difference right now is tooling, which is a lot more mature for JVM Clojure but that's being worked on so the CLR version will soon be fairly similar.