• IntelliJ La Clojure plugin now compatible with IDEA 9.0.2 (here, via @pholdings)
  • Update: Clojure & Google App Engine Setup (here, via @smartrevolution) -- this is an update to an article about developing Clojure applications for Google App Engine (GAE) published some time ago. This is from the same group that developed TheDeadline, which is now live in Beta in GAE. This update adds some features to their Clojure-GAE setup.
  • And the final java interop puzzle is complete. #clojure will have annotation support (here, via @wmacgyver) -- This is the missing piece for full integration with Java frameworks that are so prone to requiring the use annotations just to use them.
    • annotation in #clojure usage example (here, via @wmacgyver)
    • Use the new annotation support in #clojure to create EJBs. For a brief tutoral and GitHub link (here, via @deepbluelambda) -- A good example of a great tool (Clojure support for annotations) used for evil (EJB) ;)
  • Did you know about #clojure 's -> and ->>? (here, via @kotarak) -- Another installment of the "Did you know?" series. This time covering the call chaining macros -> and  ->> ... ever wondered about those arrows?
  • finished compojure-gae a concise web framework for #Clojure and #Google #appengine (here, via @choas) -- This is a fork of a fork of a fork of the original Compojure.
  • My IRC library is the first pure-Clojure IRC lib that I know of. Awesome. (here, via @IORayne) -- Awesome indeed!
  • Android 2.2 will have JIT compiler, good news for #clojure (here, via @stuartsierra) -- 3x times faster and less battery drain. Sounds good to me!
  • Announcing matchure, a really nice pattern matching library for #clojure (here, via @dcolthorp)