On Wed, Jan 25, 2012 at 10:47 PM, Alex <
aredi...@gmail.com> wrote:
[snip]
> - Programming with values
> - State vs. Identity, the foundation upon which Clojure's concurrency
> primitives are built.
> - Refs: Coordinated, synchronous identities.
> - Atoms: Uncoordinated, synchronous identities.
> - Agents: Uncoordinated, asynchronous identities.
> - Vars: Localized identities.
>
> I'll come up with some contrived examples that are slightly less
> contrived and slightly more compelling, by my own judgments of
> compelling and contrived, than in 'Programming Clojure' or 'The Joy of
> Clojure'.
>
> They'll still be rubbish, though.
:-) Sounds like a good talk. I hope I can make it for the next presentation!
-John