On 29 June 2010 23:31, Sean Corfield <seancorfi...@gmail.com> wrote: > FWIW, I blogged a short step-by-step post on getting up and running > with Leiningen to show some Clojure at the repl, run as a script and > compiled to a JAR and run via java: > > http://corfield.org/blog/post.cfm/getting-started-with-clojure > > Bear in mind my blog audience is folks with some familiarity with Java...
That's nice! I never noticed lein repl before... One thing I've found is that the experience (as described) is a lot simpler on Unix/Linux/Mac than my experience on Windows. Part of the reason may be that lein self-install doesn't work on Windows. I may look into that. I wonder - would a Windows installer package that installed clojure, clojure-contrib and leiningen, and set up some basic paths and start menu shortcuts be of use? I'm not a great fan of installers myself, but I suspect that once I get a "clean" working environment set up for myself, it wouldn't be a big step to package that up in an installer so that others could use it. Paul. PS What are the standards for jar naming conventions? I have seen some people use "clojure.jar" and others use "clojure-1.1.0.jar". Should I have version numbers in my jar filenames? Is there a "Java best practice" I should be referring to for things like this? -- 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