Hi, Am 05.07.2009 um 07:27 schrieb Rowdy Rednose:
user=> (dosync (alter gnu-rms update-in [:key1 :key2 :key3] #(conj % "foo"))) {:key1 {:key2 {:key3 #{"foo"}}}}
You actually don't need the anonymous function... (dosync (alter gnu-rms update-in [:key1 :key2 :key3] conj "foo")) Sincerely Meikel
smime.p7s
Description: S/MIME cryptographic signature