Clojure vs JRuby: What are the differences?
Clojure: 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; JRuby: A high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java. The Java version is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application. See the docs directory for more information.
Clojure and JRuby can be primarily classified as "Languages" tools.
"It is a lisp" is the primary reason why developers consider Clojure over the competitors, whereas "Java" was stated as the key factor in picking JRuby.
Clojure and JRuby are both open source tools. It seems that Clojure with 7.85K GitHub stars and 1.25K forks on GitHub has more adoption than JRuby with 3.32K GitHub stars and 830 GitHub forks.
CircleCI, Groupon, and Soundcloud are some of the popular companies that use Clojure, whereas JRuby is used by Groupon, Soundcloud, and Lookout. Clojure has a broader approval, being mentioned in 95 company stacks & 80 developers stacks; compared to JRuby, which is listed in 13 company stacks and 4 developer stacks.