Clojure icon
Clojure icon

Clojure

Clojure is a dynamic programming language that targets the Java Virtual Machine (and the CLR ). It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for...

Clojure screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
-
No reviews
29likes
1comment

Features

Suggest and vote on features
  1.  Garbage Collection
  2.  Functional Language
  3.  Java based

 Tags

  • concurrent
  • JVM
  • lisp
  • programming

Clojure News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

Show all activities

Clojure information

  • Developed by

    US flagRich Hickey
  • Licensing

    Open Source and Free product.
  • Alternatives

    72 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 1 comments and reviews about Clojure, and it has gotten 29 likes

Clojure was added to AlternativeTo by ttmrichter on and this page was last updated .

Comments and Reviews

   
 Post comment/review
ttmrichter
1

I have a love/hate relationship with the Lisp family. I liked Dylan (the Lisp that doesn't have Lisp's syntax) and pretty much every other Lisp I merely admired intently. I couldn't stand programming them.

Clojure is the first (and thus far only) Lisp-alike I've encountered that I both admire AND could see myself programming in without breaking out into hives.

Featured in Lists

A list with 82 apps by Lunatica without a description.

List by Lunatica with 82 apps, updated

What is Clojure?

Clojure is a dynamic programming language that targets the Java Virtual Machine (and the CLR ). It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection.

Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs.

Official Links