contributor process stalled for me

2012-10-15 Thread Matthew Kennedy
Hello, I am listed as a contributor and would like to begin submitting patches and discussing things on clojure-dev, however I haven't been able to join the clojure-dev mailing list or log into dev.clojure.org. The clojure-dev mailing list shows membership is pending and although I have an

Re: contributor process stalled for me

2012-10-15 Thread Matthew Kennedy
All taken care of now. Matt On Monday, October 15, 2012 12:07:18 PM UTC-5, Matthew Kennedy wrote: Hello, I am listed as a contributor and would like to begin submitting patches and discussing things on clojure-dev, however I haven't been able to join the clojure-dev mailing list or log

needs a reader syntax for floats

2012-08-14 Thread Matthew Kennedy
While doing image processing in Clojure recently it occured to me that it would be handy to have a specifier suffix for distinguishing between doubles and floats as libraries in this domain often use single precision floats instead of double precision (or mixtures of both). My code frequently

Re: needs a reader syntax for floats

2012-08-14 Thread Matthew Kennedy
On Tuesday, August 14, 2012 3:33:03 PM UTC-5, Sean Corfield wrote: Could you use the extensible reader literal approach? I know the syntax wouldn't be quite as clean, but if you genuinely need float[] as well as float values, that might be more convenient in the long run. In some