Today in the Intertweets (July 6th Ed)

  • Building a scrum board application in clojure using compojure and plaza (here, via @antoniogarrote) — clj-plaza is a library to work with semantic meta-data. If you’re interested in knowing what this Semantic Web is all about, this article is a good place to start.
  • Another #Clojure micro-interview. (take 6 (anthony-simpson)) (here, via @fogus) — Anthony Simpson is also known as Raynes or @IORayne, of try-clojure.com fame.
  • Frink, Factor, Newspeak, Kodu & Clojure. You could be speaking one of these soon. via @radar Emerging Languages Camp (here, via @iRomin) — I will be there; any one here also going?
  • Deadlock #Clojure agent: (send-off a #(do (deref (future (await a))) %)) — A deadlock?!? in Clojure?!?! that can’t be true!
  • “–> macro proposal” thread in the #clojure group was an interesting read (here, via @pedroteixeira) — Interesting indeed, although it got a little heated!
  • The fourth #clojure user group meeting is tomorrow, July 7th, 2010 at the @integrallis’ office. See inclojure.com. Hope to see you there (via @inclojure) — That’s in Columbus, OH.

One Comment to “Today in the Intertweets (July 6th Ed)”

  1. Uros D. 7 July 2010 at 1:36 am #

    Actually, Clojure makes deadlocks as easy as @(promise). It only tries to shield you from them in harder scenarios (e.g. in the STM’s domain)


Leave a Reply