Re: Clojure CLR versioning and binary downloads

2013-11-28 Thread dmiller
On Sunday, November 24, 2013 6:56:07 AM UTC-6, Shantanu Kumar wrote: > > I am trying to run some tests (that worked fine with Mono+ClojureCLR > 1.4.1) in Mono+ClojureCLR 1.5.0 from SourceForge and finding the below > exception: > > $ # CLOJURE_LOAD_PATH is configured properly > $ mono "/path/to/c

Re: Clojure CLR versioning and binary downloads

2013-11-25 Thread Frank Hale
It'd be great if this page http://clojure.org/downloads could reflect Clojure JVM, Clojure CLR, Clojurescript or relevant info on how to easily obtain the necessary software to get started. Sure, it's not all that difficult if you are curious and don't mind poking around for a few minutes but I do

Re: Clojure CLR versioning and binary downloads

2013-11-25 Thread Frank Hale
Awesome! Thanks Alex. On the current Clojure downloads page it's simple to get a copy of the JVM Clojure but it's not as simple to get a copy of the CLR Clojure. It'd be nice if a direct link could be made to make it just as easy to obtain the CLR version from the SourceForge page here: http://so

Re: Clojure CLR versioning and binary downloads

2013-11-25 Thread Alex Miller
I added a link here http://clojure.org/clojureclr to the binary download wiki page. I'm happy to update this page in whatever way people find useful - feel free to ping me on email David, Frank, or others. On Monday, November 25, 2013 12:48:51 PM UTC-6, Frank Hale wrote: > > Are there any plans

Re: Clojure CLR versioning and binary downloads

2013-11-25 Thread Frank Hale
Are there any plans to directly link the CLR downloads on the Clojure downloads page on Clojure.org? I think it may be helpful to do that because it's a bit difficult to get to the SourceForge download site by first going to Clojure.org. The link on Clojure.org takes you to the Github repo, there y

Re: Clojure CLR versioning and binary downloads

2013-11-25 Thread Frank Hale
Thanks David for this information, I really appreciate the work you (and others) are doing on the CLR version. On Sun, Nov 24, 2013 at 7:56 AM, Shantanu Kumar wrote: > I am trying to run some tests (that worked fine with Mono+ClojureCLR > 1.4.1) in Mono+ClojureCLR 1.5.0 from SourceForge and find

Re: Clojure CLR versioning and binary downloads

2013-11-24 Thread Shantanu Kumar
I am trying to run some tests (that worked fine with Mono+ClojureCLR 1.4.1) in Mono+ClojureCLR 1.5.0 from SourceForge and finding the below exception: $ # CLOJURE_LOAD_PATH is configured properly $ mono "/path/to/clojure-clr-1.5.0-Release-4.0/Clojure.Main.exe" -i /tmp/intermediate-file -e "(use

Re: Clojure CLR versioning and binary downloads

2013-11-23 Thread dmiller
1.5.0 of Clojure CLR includes the one fix in 1.5.1. I got excited and went one too far. Normally, the version numbers match exactly. I tagged 1.5.0 a little prematurely. We had some troubles on the NuGet release and on the mono build. I wasn't really ready for an official 1.5.0 release, so I

Clojure CLR versioning and binary downloads

2013-11-22 Thread Frank Hale
As far as I can tell the Clojure CLR version number does not track the JVM version number at least for some builds. The latest build 1.5.0 as far as I can tell is at the same patch level as 1.5.1 on the JVM. This numbering seems confusing to me. Are there any plans to streamline the version numbers