I believe David Miller is the one who wrote the CLR code, and he is still hacking on it when he has time.
In addition to what is checked into contrib there is also this: http://github.com/dmiller/ClojureCLR/tree/master I'm not sure if they are in sync or which is the most current (github may be it was last updated May 31). I suppose one possible workflow is to fork, improve, and set a pull request. Paul On Wed, Jun 10, 2009 at 10:25 PM, mmwaikar <mmwai...@gmail.com> wrote: > > Hi, > > How can one contribute to the development of Clojure on CLR? > > I was trying the following - (.ToString DateTime/Now) and was getting > - "System.Exception: Unable to find static field: Now in > System.DateTime". > > I added some code in Reflector.cs, Compiler.cs and StaticFieldExpr.cs > and got it working, though I am not sure if the fixes are in the right > place. Please let me know if you want to have a look at my changes. > > Thanks, > Manoj. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---