> (send (:str player) #(+ % 1))

on second thought, this should be the same:
(send (:str player) + 1)

or:
(send (player :str) + 1)

if you use agents, just make sure you use await before dereferencing
them. could cause some issuses if you don't.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to