Blog

Who uses Clojure in production?

Who uses Clojure in production?

Who uses Clojure

Company Type of applications
Boeing Boeing 737 MAX – onboard maintenance
Puppet Labs DevOps apps & services e.g. trapperkeeper
Cisco Malware analysis & threat intelligence platform (expert system with core.logic)
Deuche Bank (UK) Processing event streams from Apache Storm

Who is using Clojure?

236 companies reportedly use Clojure in their tech stacks, including Nubank, Accenture, and GO-JEK.

  • Nubank.
  • Accenture.
  • GO-JEK.
  • CircleCI.
  • Zalando.
  • Walmart.
  • MercadoLibre.
  • Soundcloud.

Where is Clojure used?

Clojure is being used extensively for processing large volumes of data. It is very well suited to data mining/commercial-AI (ie: Runa) and large scale predictions (aka WeatherBill). Clojure’s concurrency story really helps in these data heavy domains where parallel processing is simply the only answer.

Is clojure interpreted or compiled?

Clojure is a compiled language, so one might wonder when you have to run the compiler. Anything you enter into the REPL or load using load-file is automatically compiled to JVM bytecode on the fly.

READ ALSO:   What cities are in North of England?

Why is Clojure used?

Clojure is a good choice for a wide variety of projects. Initially, Clojure language was targeted for working with JVM. So, the most popular modern Clojure implementation uses the Java Virtual Machine. This enables simple interaction with Java libraries, creation of Java objects and using the Maven repository.

Who owns Clojure?

Rich Hickey
If there was one mistake that I personally made during the 1.3 migration, it was speaking as if Clojure/core owned Clojure and clojure-contrib. We don’t: Clojure is owned by Rich Hickey, and clojure-contrib is owned jointly by Rich Hickey and contributors.