On Mon, Jan 17, 2011 at 8:42 AM, Robert McIntyre <r...@mit.edu> wrote:
> You can then actually run your program by making a shell script with
> something like
> #!/bin/bash
> java -Xmn500M -Xms2000M -Xmx2000M -server -cp ./lib/*:./src
> clojure.main your-namespace-file.clj  $@

I've found that Hashdot is a very nice solution to the problem of
using Clojure as a shell script.

http://hashdot.sourceforge.net/

I was using it before I could get leiningen to work, and it really
does simplify things like this.

-- 
Chris Riddoch

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