• Scala classes in clojure (here, via @ScalaAtSO) -- That's right: make love, not war. It's refreshing to see Scala and Clojure in the same sentence without a 'vs.' in between.
  • Are github-hosted repos the maven gateway drug for my Clojure brethren? Sorry guys: it's a fact of life on the JVM.(here, via @cemerick) -- Yes, it is a fact of life that your project will be broken into a few modules that might evolve concurrently, and you'll have to manage their dependencies.  This article is actually only tangentially related to Clojure, as it applies to Java itself and all the other JVM-based languages. The fact of life is that you will need to setup a Maven repository which, as the article proposes, can be done without adding much infrastructure overhead.