Re: Stackoverflow error on including link to the same object

2017-04-07 Thread udkl
No problem. I'm actually very new to Clojure but someone posted that on the clojure slack channel today. Serendipity. On Friday, April 7, 2017 at 2:31:43 PM UTC-7, Max Muranov wrote: > > Yes, that's exactly what I needed, thank you! > -- You received this message because you are subs

Re: Stackoverflow error on including link to the same object

2017-04-07 Thread udkl
Can you try #' ? #' means the var itself, not the value inside the var On Friday, March 31, 2017 at 2:04:29 PM UTC-7, Max Muranov wrote: > > But if I perform such thing this in clojure: > > (send-off (:movement-agent game) (fn [_] game)) > > > > As I found out, I get something like this: > > Ga