Re: Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-25 Thread Phil Hagelberg
On Mon, Jul 25, 2011 at 3:10 AM, Chas Emerick wrote: > (I think the only useful artifacts at build.clojure.org that aren't in > central already are old versions of clojure-contrib (1.0.0 and 1.1.0 AFAICT). >  Is that what's keeping build.clojure.org/* in Leiningen's default set of > searched re

Re: Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-25 Thread Tassilo Horn
Sean Corfield writes: Hi Sean, > On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn wrote: >> The only issue is that with the repo above, version ranges don't >> work.  If I say >> >>  :dependencies [[org.clojure/clojure "[1.3.0-master-SNAPSHOT,)"]] > > Your Maven-fu is far off the scale - I didn't

Re: Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-25 Thread Chas Emerick
On Jul 25, 2011, at 3:47 AM, Sean Corfield wrote: > On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn wrote: >> The only issue is that with the >> repo above, version ranges don't work. If I say >> >> :dependencies [[org.clojure/clojure "[1.3.0-master-SNAPSHOT,)"]] > > Your Maven-fu is far off

Re: Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-25 Thread Chas Emerick
On Jul 24, 2011, at 4:30 PM, Sean Corfield wrote: > On Sun, Jul 24, 2011 at 1:11 PM, bernardH > wrote: >> On Jul 24, 2:30 pm, Chas Emerick wrote: >>> You should be using 1.3.0-beta1 of Clojure 1.3 -- anything with >>> -master-SNAPSHOT is woefully out of date at >>> this point. >> Damned, I tho

Re: Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-25 Thread Sean Corfield
On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn wrote: > The only issue is that with the > repo above, version ranges don't work.  If I say > >  :dependencies [[org.clojure/clojure "[1.3.0-master-SNAPSHOT,)"]] Your Maven-fu is far off the scale - I didn't even know that kind of thing should be pos

Re: Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-24 Thread Tassilo Horn
Sean Corfield writes: Hi Sean, > If you specify the Sonatype snapshots repository, you can pull nightly > builds: > > :repositories { "sonatype" { :url > "https://oss.sonatype.org/content/repositories/snapshots"; } } > :dependencies [[org.clojure/clojure "1.3.0-master-SNAPSHOT"]] > > That ju

Re: Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-24 Thread Sean Corfield
On Sun, Jul 24, 2011 at 1:11 PM, bernardH wrote: > On Jul 24, 2:30 pm, Chas Emerick wrote: >> You should be using 1.3.0-beta1 of Clojure 1.3 -- anything with >> -master-SNAPSHOT is woefully out of date at >> this point. > Damned, I thought -master-SNAPSHOT was as snapshot of the current > HEAD.

Clojure number crunching win ! was Re: Needing type hinting help for number crunching

2011-07-24 Thread bernardH
Thank you very much for the help ! On Jul 24, 2:30 pm, Chas Emerick wrote: > A couple of thoughts: > > You should be using 1.3.0-beta1 of Clojure 1.3 -- anything with > -master-SNAPSHOT is woefully out of date at > this point. Damned, I thought -master-SNAPSHOT was as snapshot of the current HE