Yes, you can compile the code to a DLL using th compile function, similarly to how it's done on the JVM. You have to set two env. variables, though (just like one has to set the classpath for the JVM):
clojure.compile.path and clojure.load.path -Roland On Jun 3, 8:49 am, Peter Hultgren <peter.micros...@gmail.com> wrote: > Hi, > > I'm new to ClojureCLR and the DLR, so I'm trying to grasp the basic concepts > of it. > > If I want to call Clojure code from C#, is it possible to compile the > Clojure code to a DLL and then reference it from my C# project, or am I > always supposed to load the script using methods? > > // Peter Hultgren -- 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