Re: atom and vector .. remove prolbem

2013-12-09 Thread 박재혁
; (swap! room-list update-in ["67890" :user-list] dissoc "id-3") > > Good luck! > > On Monday, December 9, 2013 9:46:49 AM UTC+1, 박재혁 wrote: >> >> sorry I can't write English. >> >> >> watch my code. >> >> (def room-list (

atom and vector .. remove prolbem

2013-12-09 Thread 박재혁
sorry I can't write English. watch my code. (def room-list (*atom[]*)) (def rooms-1 {:key "12345" :create-dt "2013-11-22" :user-list[ {:name "name-1" :id "id-1"} {:name "name-2" :id "id-2"}] }) (def rooms-2 {:key "67890" :create-dt "2013-12-52" :user-list[ {:name "name-3" :id "id-3"} {:name