Arc vs Clojure: What are the differences?
Developers describe Arc as "A dialect of the Lisp programming language developed by Paul Graham and Robert Morris". Arc is designed for exploratory programming: the kind where you decide what to write by writing it. A good medium for exploratory programming is one that makes programs brief and malleable, so that's what we've aimed for. This is a medium for sketching software. On the other hand, Clojure is detailed as "A dynamic programming language that targets the Java Virtual Machine". Clojure 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. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system.
Arc and Clojure belong to "Languages" category of the tech stack.
Clojure is an open source tool with 7.82K GitHub stars and 1.25K GitHub forks. Here's a link to Clojure's open source repository on GitHub.
CircleCI, Groupon, and Soundcloud are some of the popular companies that use Clojure, whereas Arc is used by Helpful, Cask, and Icalia Labs. Clojure has a broader approval, being mentioned in 95 company stacks & 76 developers stacks; compared to Arc, which is listed in 7 company stacks and 6 developer stacks.