Re: Using Ref

2009-07-13 Thread Jarkko Oranen
On Jul 13, 1:39 pm, "sailormoo...@gmail.com" wrote: > Hi : > >   I would like to simulate a simple database with the STM of clojure. > The rules are > 1. There can be many rooms, and each room has its own attirbute > 2. One room contains many people, and each person has its own > attribute > 3. r

Using Ref

2009-07-13 Thread sailormoo...@gmail.com
Hi : I would like to simulate a simple database with the STM of clojure. The rules are 1. There can be many rooms, and each room has its own attirbute 2. One room contains many people, and each person has its own attribute 3. rooms can be created, and deleted, and people can be added into or re