Re: Modelling for DAG with identity map - or not?

2012-09-20 Thread Patrik Sundberg
On Wednesday, September 19, 2012 10:52:26 AM UTC+1, Patrik Sundberg wrote: On Tuesday, September 18, 2012 10:10:35 PM UTC+1, hutch wrote: On 2012-09-16, at 3:21 PM, Patrik Sundberg patrik@gmail.com wrote: I'm asking myself though if there's a more functional design for accomplishing

Re: Modelling for DAG with identity map - or not?

2012-09-19 Thread Patrik Sundberg
On Tuesday, September 18, 2012 10:10:35 PM UTC+1, hutch wrote: On 2012-09-16, at 3:21 PM, Patrik Sundberg patrik@gmail.comjavascript: wrote: I'm asking myself though if there's a more functional design for accomplishing the same goals? My main goals are to do things consistently

Re: Modelling for DAG with identity map - or not?

2012-09-18 Thread Bob Hutchison
On 2012-09-16, at 3:21 PM, Patrik Sundberg patrik.sundb...@gmail.com wrote: I'm asking myself though if there's a more functional design for accomplishing the same goals? My main goals are to do things consistently so that changing a value X propagates properly, and being able to find

Modelling for DAG with identity map - or not?

2012-09-16 Thread Patrik Sundberg
Hi, I'm a newbie at clojure and functional programming and I'm toying with the idea of switching a project of mine to clojure. Sorry for a long first post, and it may also be a bit abstract - but you never know before trying :) In my previous OO prototype the domain is modelled via 2 basic