On Oct 30, 6:18 am, John Ky <newho...@gmail.com> 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 question.  There are two distinct
versions of Clojure: the original, which targets the JVM, and
ClojureCLR, which targets the CLR.  Neither one generates Java or C#
source code; both generate bytecode for their respective runtimes.

ClojureCLR is at http://github.com/richhickey/clojure-clr

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