Clojure is an open-source Functional programming language, based on LISP programming language.

With Clojure, you can develop Backend web and concurrent multi thread applications applications

Clojure syntax is similar to LISP and other functional programming features.

Clojure file extension:

Clojure syntax is coded in files with the extension .clj

Pros and advantages of Clojure

  • Functional programming with all functional style syntax
  • Runs on JVM and allows GC and portability

What is Clojure written in?

Clojure is an dialect of Lisp programming language.

Is Clojure a compiled language?

Clojure code is compiled to Byte code and runs JVM machine.

Is Clojure a scripting language?

Clojure is not scripting language, but an functional programminglanguage

Is Clojure a JVM language?

It is a Dynamically typed programming lagnuage which can runs on JVM. It offers JVM thread process and allows Garbage Collection.

What is Clojure useful for?

Clojure is a dynamically typed programming language, useful for below types of web applications It is useful to develop Rapid applications

  • Web applications
  • Writing Server side to scrap web apages
  • Scripting
  • Any type of applications which has backend and frontend apps