Re: Clojure developer wanted for 4-6 week project ASAP

2013-05-07 Thread James Adams
d also ask on the London Clojurian Jobs list: > > https://groups.google.com/forum/?fromgroups#!forum/london-clojurian-jobs > > cheers, > Bruce > > On Tue, May 7, 2013 at 1:11 AM, James Adams wrote: > > Hi all, I'm looking for a Clojure developer to help me on a 4-6 week

Clojure developer wanted for 4-6 week project ASAP

2013-05-06 Thread James Adams
Hi all, I'm looking for a Clojure developer to help me on a 4-6 week project starting ASAP. I'm based in London so if you are too that's a bonus, but otherwise remote working will be ok. You'll be helping me finish off the backend on a new multiplayer HTML5 poker game. Development is going we

Re: Advice on state handling for a multiplayer poker app

2013-04-12 Thread James Adams
Dave's megaref suggestion was the kind of thing I had in mind initially but using Agents might be make more sense. I'm going to have a play around then report back on my progress. Thanks for your thoughts, it's very much appreciated. James On Friday, 12 April 2013 07:52:22 UTC+1, Cedric

Advice on state handling for a multiplayer poker app

2013-04-11 Thread James Adams
Hi, I'm new to Clojure and trying to write a multiplayer poker web app. I'm looking for advice early on regarding state management. I'm using aleph and compojure for the communications with actions from players coming in through compojure on different threads of the netty server. When a mess