logoalt Hacker News

sokolofftoday at 1:41 PM0 repliesview on HN

There are a few things to unpack here. Clojure is a lisp hosted on the Java virtual machine (JVM). Subsequently, someone created Clojurescript which is an implementation (of the vast majority of) Clojure that compiles to JavaScript. The majority of Clojure code can run on either.

“Java = bad” is also something that you should probably drop. The JVM in particular is a very robust host and there’s a large ecosystem for it. Java the language has also improved over the years, but the JVM is great (and has a large market share as a result).