Hi,

Am 30.08.2009 um 22:14 schrieb kyle smith:

user> (assoc-in-by {:1 1 :2 {:3 3}} [:2 :3] inc)
{:1 1, :2 {:3 4}}

Doesn't this sound like update-in?

1:1 user=> (update-in {:a 1 :b {:c 3}} [:b :c] inc)
{:a 1, :b {:c 4}}

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to