Re: [Coapp-developers] Code?

2010-05-17 Thread Jonathan Ben-Joseph
If you want to go the Swig route, Swig also works on C. In fact it works better, with less gotchas/issues. Swig wouldn't even be totally necessary. This is because C truly is the least common denominator when it comes to language binding, almost every mainstream language can call directly into C sh

Re: [Coapp-developers] Building CoApp code!

2010-06-12 Thread Jonathan Ben-Joseph
Hey guys, I have an incomplete C# implementation of something similar coapp-engine that I wrote before and during the summit. While very incomplete, it can calculate dependencies has a partial sqlite repository implementation. Also most if not all of the core interfaces and model types have been w