Re: Generating Java and C# wrappers

2009-10-31 Thread John Harrop
On Sat, Oct 31, 2009 at 12:44 AM, John Ky wrote: > Hi Stuart, > > I wasn't very clear. > > Essentially, the problem I have boils down to having to maintain two > separate code bases for my API - one in C# and one in Java. There is some > overhead in maitaining two different code bases - for inst

Re: Generating Java and C# wrappers

2009-10-31 Thread John Ky
Hi Stuart, I wasn't very clear. Essentially, the problem I have boils down to having to maintain two separate code bases for my API - one in C# and one in Java. There is some overhead in maitaining two different code bases - for instance, whenever, I fix a bug in one or add a feature in one, I n

Re: Generating Java and C# wrappers

2009-10-30 Thread Stuart Sierra
On Oct 30, 6:18 am, John Ky wrote: > I've been wondering if there was a way to specify the Java and C# wrapper > classes/interfaces to wrap Clojure code in Clojure, and then writing out > them to a file so that they can ge compiled by their respective compilers. I'm not sure I understand your qu

Generating Java and C# wrappers

2009-10-30 Thread John Ky
Hello, I've been wondering if there was a way to specify the Java and C# wrapper classes/interfaces to wrap Clojure code in Clojure, and then writing out them to a file so that they can ge compiled by their respective compilers. I'm asking this because in my work, I need to support these two lang