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

2011-07-25 Thread Tassilo Horn
Sean Corfield seancorfi...@gmail.com 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]]

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 tass...@member.fsf.org 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

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 un.compte.pour.tes...@gmail.com wrote: On Jul 24, 2:30 pm, Chas Emerick cemer...@snowtide.com wrote: You should be using 1.3.0-beta1 of Clojure 1.3 -- anything with -master-SNAPSHOT is woefully out

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 tass...@member.fsf.org 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

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

2011-07-25 Thread Tassilo Horn
Sean Corfield seancorfi...@gmail.com writes: Hi Sean, On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn tass...@member.fsf.org 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

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 cemer...@snowtide.com 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

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 cemer...@snowtide.com 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

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 un.compte.pour.tes...@gmail.com wrote: On Jul 24, 2:30 pm, Chas Emerick cemer...@snowtide.com 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