Github automatically provides a zip of any tagged commit, so you can download the source for the 1.2.0 release. That's the link with the little tag icon on it. That is a source distribution and you'd have to follow a long involved path to get that to run. I took the instructions for that off the wikii. I don't recommend this.
The best options at the moment: (1) Binary distribution: (a) clojure-clr-1.2.0.zip (b) clojure-clr-1.3.0-alpha1-debug-3.5.zip (c) clojure-clr-1.3.0-alpha1-debug-4.0.zip (2) Source distribution: download the repo, use the master branch. The binary distributions are EXE/DLL/CLJ, no C# source, projects or solutions. To start the REPL, you'll find Clojure.Main.exe in the top- level directory. The 1.2.0 distribution is .NET 3.5 only. The 1.3.0-alpha1 distributions give a choice of runtime. The master branch at present is pretty much the same as 1.2 except for the new build process + conversion to VS2010 and two small bug fixes. The wiki has instructions for getting the source ready to compile in VS2010. Basically, download the repo, download a zip with support DLLs and unzip in the right place, and go. On Oct 28, 9:08 am, Sean Devlin <francoisdev...@gmail.com> wrote: > What is the full path of that program in the 1.2.0 bundle? I can't > seem to find it. > > On Oct 27, 4:23 pm, dmiller <dmiller2...@gmail.com> wrote: > > > Let me know on the error. > > > Re REPL: run Clojure.Main.exe to start. > > > -David > > > On Oct 27, 2:54 pm, Sean Devlin <francoisdev...@gmail.com> wrote: > > > > So, I just started running w/ Clojrue CLR. I'm trying to get 1.2 up > > > and running. I followed the instructions here: > > > >http://github.com/richhickey/clojure-clr/wiki/Getting-started-binary-... > > > > And got an error report. Doesn't seem like a show stopper, but I can > > > post it later. Are there instructions somewhere on how to start a > > > REPL? > > > > Sean -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en