Difference between clojure and clojurescript?

Can someone point out some differences between Clojure and ClojureScript? (Please and thanks) Syntax of wise differences?

+8
clojure clojurescript
source share
2 answers

These are different languages โ€‹โ€‹with common syntax, which are placed in different environments.

+3
source share

The complete differences between Clojure and ClojureScript are listed in detail here on the ClojureScript website.

According to this page, the main differences are as follows:

  • parallel programming
  • env hosting (JVM vs. JS VM or Google Clojure compiler)
  • the numbers
  • characters
  • reading and reading methods are built elsewhere
  • Download and uploaded file not yet implemented
  • no eval in ClojureScript
  • several special forms are not implemented
+10
source share

All Articles