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
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
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
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