Re: [ANN] Arcadia, the integration of Clojure and Unity3D

2014-11-04 Thread David Koontz
The video linked here is different from the one in your Readme.md on github. This one works, the one in the Readme is broken (http://youtu.be/X4xCVsLhaZ0). On Friday, October 17, 2014 12:10:29 PM UTC-7, tims wrote: > > Arcadia lives at https://github.com/arcadia-unity/Arcadia. For now, the > be

Re: Treating mutable Java objects as values

2014-04-07 Thread David Koontz
Could you go into more details on what you mean by "model how they change". I'm unsure of how to see changes over time without recording all the current values and comparing them later. On Saturday, April 5, 2014 10:42:54 AM UTC-7, Travis Wellman wrote: > > If it were my project I would simply

Treating mutable Java objects as values

2014-04-05 Thread David Koontz
I am very new to Clojure so please forgive me if there is an obvious answer that I have missed. I'm trying to understand the effect of interop with Java objects, specifically on the polluting nature of non-values in a system. If I need to interop with a Java library, and that library will hav