I've gotten ClojureCLR running on .NET. If you're interested in trying
it, ping me and I'll help with what I can.

I'm also interested to know if there's some kind of installer or
package provided for it yet because as you say it does take a bit to
setup. I'd be eager to help in that area if there's interest.


On 3 August 2010 09:16, taotree <jshell...@gmail.com> wrote:
> I have a 3rd party platform I am working to write add-ons for and so
> am restricted to .Net. I'd like to write in Clojure. ClojureCLR looked
> too intimidating to get it going and ikvmc was very easy for Java, so
> I thought I'd try it with Clojure.
>
> I ran ikvmc on clojure.jar and saw a number of errors (or something),
> but ignored them, and it did create clojure.dll. I ran ikvmc on my
> own .class files that were generated by the compile macro.
>
> Trying to call a method on my class (with clojure.dll referenced)
> resulted in:
>
> Unhandled Exception: System.TypeInitializationException: The type
> initializer fo
> r 'test.clojure.MyClass' threw an exception. --->
> System.TypeInitializationExcep
> tion: The type initializer for 'clojure.lang.RT' threw an exception.
> ---> java.l
> ang.RuntimeException: java.io.FileNotFoundException: Could not locate
> clojure/co
> re__init.class or clojure/core.clj on classpath:
>   --- End of inner exception stack trace ---
>   at clojure.lang.Namespace..ctor(Symbol )
>   at clojure.lang.Namespace.findOrCreate(Symbol name)
>   at clojure.lang.Var.internPrivate(String nsName, String sym)
>   at test.clojure.MyClass..cctor()
>   --- End of inner exception stack trace ---
>   at test.clojure.MyClass.main(String[] strarr)
>   at <StartupCode$FSTestApp>.$Mentics.Series.App.main@() in C:\Users
> \jshellman\
> Documents\Visual Studio 2008\Projects\FSTestForNT\FSTestApp
> \Mentics.Series.App.f
> s:line 14
>
> --
> 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

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