On Thu, Sep 11, 2008 at 11:52 AM, Allen Rohner <[EMAIL PROTECTED]> wrote: > I already voted, but I agree with this. Having a standard way to run > clojure scripts from a command line would be very useful.
One could trivially take the command-line generated by the shell magick and put it into a simple shell script that lets you invoke Clojure on the named script and arguments, couldn't you? % clojure foo.clj bar baz qux would run foo.clj and pass the arguments. Seems to me this is easier (and cleaner) than coming up with some way of support shebang. -tree -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.net/~tree --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---