Re: Want some books or issues about ClojureCLR

2011-12-30 Thread dmiller
"planned to support" sounds about right. I do not know that it does not work. If any adventuresome mono-ites (mono-istas?) cares to give it a try ... . -David On Dec 30, 12:07 pm, Shantanu Kumar wrote: > Does ClojureCLR work (or is planned to support) Mono[1] by any chance? > > [1] Mono –htt

Re: Want some books or issues about ClojureCLR

2011-12-30 Thread Shantanu Kumar
Does ClojureCLR work (or is planned to support) Mono[1] by any chance? [1] Mono – http://www.mono-project.com/Main_Page Regards, Shantanu On Dec 30, 9:41 pm, dmiller wrote: > As noted, the biggest difference is interop.  I've started posting on > such matters athttp://clojureclr.blogspot.com.  

Re: Want some books or issues about ClojureCLR

2011-12-30 Thread dmiller
As noted, the biggest difference is interop. I've started posting on such matters at http://clojureclr.blogspot.com. These posts assume basic familiarity with Clojure. I highly recommend Rob's (@rippinrobr) series of posts at http://www.myclojureadventure.com/ for getting started with ClojureCLR

Re: Want some books or issues about ClojureCLR

2011-12-29 Thread 王亚平
Why God like dmiller don't write such a book? It must be very interesting. On Tue, Nov 29, 2011 at 8:45 AM, dmiller wrote: > The wiki on the github repo has some information about getting started > and how to accomplish some interop that is special to CLR. > > https://github.com/richhickey/cloju

Re: Want some books or issues about ClojureCLR

2011-11-28 Thread dmiller
The wiki on the github repo has some information about getting started and how to accomplish some interop that is special to CLR. https://github.com/richhickey/clojure-clr/wiki and make sure to look at https://github.com/richhickey/clojure-clr/wiki/_pages for the complete list. Rob Rowe (http:

Re: Want some books or issues about ClojureCLR

2011-11-28 Thread Stuart Sierra
Hi Adam, Clojure CLR is a community effort without official support. I am not aware of any books specifically about ClojureCLR. However, Clojure the *language* should be nearly identical between the JVM and CLR versions. Only interop with the host platform will be different. So any Clojure langua