I am writing a server in Java/Clojure.

It has a C# client.

As the protocol between them becomes more complex (remote objects etc)
I am looking at writing a client-side library to support comms with
the server.

It occurred to me that instead of writing this in C# I could perhaps
reuse a lot of my Clojure code via ClojureCLR and top it off with
rewriting relevant Java pieces either in C# or more Clojure.

Given the Clojure-in-Clojure effort this seems the natural way to go
to achieve portability over the two platforms.

I was wondering whether anyone else had ClojureCLR in production and
how they felt about it ? Whether it will be mature enough in say 3
months to support a production app ?

Thanks for your time,

Jules

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to