This document compares the Ruby and Clojure programming languages. It notes that Clojure is a functional, concurrent language that runs on the JVM, like Ruby it has an interactive REPL. Key data types like symbols/keywords, conditionals, and the last expression being the return value work similarly between the two languages. Clojure uses immutable persistent data structures while allowing for concurrency through software transactional memory.