• 9 new tech sources: node.js, CSS, Apple iOS, Apple OSX, clojure, Emacs, Fossil, FTP & jQuery (here, via @duckduckgo) -- Duckduckgo.com has a specialized clojure search engine. Just try searching for any clojure function and notice it doesn't send you to richhichkey.clojure.com which contains outdated documentation, as Google does (and why is that site still alive anyway?) Oh, and Emacs too.
  • Well, I'm exercising regularly, so what's wrong with reduce-ing in Clojure? :) (here, via @DrKnucklehead) -- Reduce is very useful when you want to collect all the results of executing a function over a sequence.
  • Clojure/core is proud to introduce #ClojureScript (here, via @stuartsierra) -- This is the official announcement of ClojureScript, and contains a lot of meat, including the relationship with Google's Closure
  • With #ClojureScript I can not use nothing but #Clojure in my apps! (here, via @wagjo) -- For the author of this article, ClojureScript's birth marks the beginning of a dream come true: do everything in one language (from DB access, to XML, to web pages).
  • Clojure to Javascript by example (check the "Translation" part) (here, via @FGRibreau) -- "Translations" refers to a table that shows the equivalence between clojure constructions and the translated JavaScript equivalent, so you can compile your clojure code by hand (I bet Rich Hickey did so himself a number of times)
  • weekend project: Rage Viewer written in #clojure and #clojurescript (here, via @Sunng) -- A Rage Comic is a special form of coming in which a rage inducing event is explained. This project is just a viewer of such comic strips. The site does feel very fast indeed.
  • Woo hoo!! Got #ClojureScript and #Clojure connected via #WebSocket! (via @neotyk) -- That didn't take long... Websockets is the browser technology that lets javascript apps to keep a two way communication with the server.
    • It was a good day today. #Clojure #ClojureScript #WebSocket sneak pick is here. Next days documenting it. (here, via @neotyk)