- Clojure is showing some promise in recent job postings (here, via @drigoat) -- So what happened in July '09???
- Use clojure-textflow to create ascii sequence diagrams.. this looks neat, I'll probably install clojure for it. (here, via @tranqy)
clj (flow Alice Bob Tzach mmm Tzach Bob xxx Bob Alice zzz Alice Tzach) /clj
… gets you …
clj Alice Bob Tzach | | mmm | | |<——————| | xxx | | |<——————| | | | | | zzz | | |————————————–>| /clj
- Thoughts on persistent data structures and Clojure's transients (here, by @technomancy) -- Phil Hagelberg warns about the perils of thinking of the new Transient data structures as a way of getting imperative style data structures into Clojure.
I embedded these videos here for your viewing pleasure, although you probably will want to go to vimeo.com to watch them in full resolution:
[vimeo 8320428]
[vimeo 8339003]