I am trying to learn Clojure and since I am also a .NET developer I
thought I would compile the CLR version.

I have successfully built it and it runs but when I try and run
Simple.Console (or the Clojure.Compile, which appears to be the
renamed bootstrapper) I get a series of error messages similar to...

Reflection warning, D:\Projects\Dev\TestingStuffOut\clojure-clr\Clojure
\Simple.C
onsole\bin\Debug\clojure\core.clj:686 - call to unchecked_inc can't be
resolved.


Reflection warning, D:\Projects\Dev\TestingStuffOut\clojure-clr\Clojure
\Simple.C
onsole\bin\Debug\clojure\core.clj:692 - call to unchecked_dec can't be
resolved.

I have copied the bootstrap version of core.clj and it is successfully
being found but I am not quite sure about where to go from there.

If this is not the right forum for this question please just let me
know where to redirect it to.

Thanks
-mark

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