On Wed, Oct 22, 2008 at 8:30 AM, Mark J P <[EMAIL PROTECTED]> wrote: > > Steps for running clojure as a .NET app and instantiating .NET types. > > - I converted the clojure.jar to clojure.dll: ikvmc -target:library c: > \path\to\clojure.jar (this creates clojure.dll) > - Convert mscorlib.dll to mscorlib.jar: ikvmstub mscorlib.dll > - Create a .net c# console app, and add reference to clojure.dll
By the way, this is great for embedding Clojure in your .NET app. If all you want is a REPL, you can skip the C# app step and use the -target:exe switch to get a clojure.exe. The topic has also been explored in a past thread: http://groups.google.com/group/clojure/browse_thread/thread/e48b64f3dc1f09fb/09919e06ebe95d85?lnk=gst . Shawn --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---