In this post we show how to use look for useful information in Clojure REPL? You’ll learn how to find and display docs, loot at Clojure source code and display Javadocs.
Continue reading Clojure REPL docsclojure
Top 10 sites to practice programming
Continue reading Top 10 sites to practice programmingClojure for loop The for loop in Clojure looks quite different than in most common languages. Here we’re going to show how to do some crazy things with it and how it relates to Java versions.
Continue reading Clojure for loopClojure mock Java class In this tutorial we’re going to show how to use Clojure proxy to mock Java classes and provide own functionality for methods.
Continue reading Clojure mock Java class