Re: Cyclic Agents

2014-09-11 Thread Greg MacDonald
Oh that makes sense. Thanks a lot! On Thu, Sep 11, 2014 at 1:36 AM, Carlo Zancanaro wrote: > Hey Greg, > > On Thu, Sep 11, 2014 at 12:30:11AM -0700, Greg MacDonald wrote: > > So how come two agents can't contain one another? The following code > causes > > a StackOverflowError. In the real world

Re: Cyclic Agents

2014-09-11 Thread Carlo Zancanaro
Hey Greg, On Thu, Sep 11, 2014 at 12:30:11AM -0700, Greg MacDonald wrote: > So how come two agents can't contain one another? The following code causes > a StackOverflowError. In the real world things can't contain other things > cyclically so I suspect that's why, but if someone could explain t

Cyclic Agents

2014-09-11 Thread Greg MacDonald
Hi Everyone, So how come two agents can't contain one another? The following code causes a StackOverflowError. In the real world things can't contain other things cyclically so I suspect that's why, but if someone could explain this better to me I'd appreciate it. :) - Greg (defn test-agents