Monthly Archives: August 2010

Clojure without the parentheses: looks a bit like ruby :)

I gave an introductory talk about Clojure at Trifork yesterday: https://secure.trifork.com/aarhus-2010/freeevent/index.jsp?eventOID=2713 I really wanted to focus on the core of Clojure: things like time/state management, functional programming, programming to contracts, meta programming, host interop, dynamics, interactivity and expressive power. I … Continue reading

Posted in General | Leave a comment

Assoc and Clojure’s PersistentHashMap: part ii

Some time ago I wrote introductory posts that gave high-level overviews of how Clojure’s PersistentVector and PersistentHashMap work. In the PersistentHashMap post I promised that “In part 2 we look at how assoc works…” – it seems I never got … Continue reading

Posted in Clojure | Tagged | 2 Comments