This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
is clojureclr the same languare as on the jvm?
Essentially, yes. There interop stuff is different -- obviously, since it's .NET interop on the CLR but Java interop on the JVM.
And you can write cross-platform code in .cljc
files that run on the CLR, the JVM, and in the browser/on node.js.
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.