Have you seen Leiningen? [1]. It seems like it will do what you want
with "lein repl", and additionally it has some nice features for
acquiring dependencies and building a .jar from your project.

[1] http://github.com/technomancy/leiningen#readme

On May 7, 1:43 pm, Jason Smith <ja...@lilypepper.com> wrote:
> So the proscribed way to run Clojure from the command line is to type:
>   >java -cp clojure.jar clojure.main
> at the command prompt.
>
> How about adding *clojure.bat* to the distribution for us Windows
> people.  A shell script for Unix would be nice too...
>
> @echo off
> cls
> java -cp %~dp0\clojure.jar clojure.main
>
> That way I don't have to know any Java, and I can just go straight to
> programming Clojure.  Yeah, I might have to tweak the settings and add
> new jars (contrib, for example), but at least I have a shortcut.  :-)
> And a place to make my Java-ish tweaks.
>
> --
> 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 
> athttp://groups.google.com/group/clojure?hl=en

-- 
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

Reply via email to