Re: Contributing to Clojure CLR.

2009-06-11 Thread David Miller
CA = Contributor Agreement. See http://clojure.org/contributing Github help is fairly extensive: http://github.com/guides/home On Jun 11, 8:28 pm, mmwaikar wrote: > What is CA? I've never used GitHub too so any help is greatly > appreciated. > > On Jun 11, 3:24 pm, David Miller wrote: > > >

Re: Contributing to Clojure CLR.

2009-06-11 Thread mmwaikar
What is CA? I've never used GitHub too so any help is greatly appreciated. On Jun 11, 3:24 pm, David Miller wrote: > Yes to all of the above. > > Github will always be the most current version.   I'm rolling changes > out to contrib on a less frequent basis. > > for, improve, post a pull on gith

Re: Contributing to Clojure CLR.

2009-06-11 Thread David Miller
Yes to all of the above. Github will always be the most current version. I'm rolling changes out to contrib on a less frequent basis. for, improve, post a pull on github is way to go. And CA definitely required. On Jun 11, 10:14 am, Rich Hickey wrote: > On Jun 11, 9:57 am, Paul Stadig wro

Re: Contributing to Clojure CLR.

2009-06-11 Thread Rich Hickey
On Jun 11, 9:57 am, Paul Stadig wrote: > 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

Re: Contributing to Clojure CLR.

2009-06-11 Thread Paul Stadig
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

Contributing to Clojure CLR.

2009-06-11 Thread mmwaikar
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 work