Re: Contributing to Clojure.Contrib

2010-02-11 Thread Michał Marczyk
On 11 February 2010 00:44, Sean Devlin wrote: > Take a look here: > > http://clojure.org/contributing Um... I strongly suspect that this may be a supremely silly question, but I can't seem to figure out what's supposed to go in some of the fields. Does one specify "Clojure" as the first project

Re: Contributing to Clojure.Contrib

2010-02-10 Thread Meikel Brandmeyer
Hi, On Feb 11, 12:57 am, Wardrop wrote: > As part of my second question, could someone take a look at the code > I've posted and tell me if it's a good implementation and follows > clojure idioms and standards. I haven't checked the algorithm itself, but just some random notes after skimming th

Re: Contributing to Clojure.Contrib

2010-02-10 Thread Kevin Downey
http://groups.google.com/group/clojure-dev/browse_thread/thread/d090b5599909497c# On Wed, Feb 10, 2010 at 3:57 PM, Wardrop wrote: > Thanks for the link. > > As part of my second question, could someone take a look at the code > I've posted and tell me if it's a good implementation and follows > c

Re: Contributing to Clojure.Contrib

2010-02-10 Thread Wardrop
Thanks for the link. As part of my second question, could someone take a look at the code I've posted and tell me if it's a good implementation and follows clojure idioms and standards. By the way, does anyone know of a good resource that specifies common clojure coding and formatting standards, l

Re: Contributing to Clojure.Contrib

2010-02-10 Thread Sean Devlin
Take a look here: http://clojure.org/contributing On Feb 10, 6:38 pm, Wardrop wrote: > I've written a function which I think would be a good inclusion into > the Clojure.Contrib library. I have two questions though, the first is > how? How do I go about adding a single function to an existing >

Re: Contributing to Clojure.Contrib

2010-02-10 Thread Kevin Downey
http://clojure.org/contributing seq-utils was recently renamed: http://groups.google.com/group/clojure-dev/browse_thread/thread/49068754a8c2efb9# On Wed, Feb 10, 2010 at 3:38 PM, Wardrop wrote: > I've written a function which I think would be a good inclusion into > the Clojure.Contrib library. I

Contributing to Clojure.Contrib

2010-02-10 Thread Wardrop
I've written a function which I think would be a good inclusion into the Clojure.Contrib library. I have two questions though, the first is how? How do I go about adding a single function to an existing namespace; in this case, seq-utils, and what are the pre-requisites? My second question is, wha