On Fri, Sep 10, 2010 at 12:17 PM, Mike Meyer
<mwm-keyword-googlegroups.620...@mired.org> wrote:
> 1) Write program in chosen language that runs on the JVM.
> 2) Compile program to class file(s).
> 3) Use some tool to create a manifest file.
> 4) Run jar to create jar file.
> 5) Distribute jar file.
>
> Users can then run it via double-clicking (mac & windows) or via the
> interpreter on the command line (mac & unix). There is no option to
> run it directly on the command line.

It's true that the command-line situation with java is awful. Here's
one solution that does a pretty good job of promoting the JVM to a
first-class CLI citizen:

http://hashdot.sourceforge.net/

Of course, it would also help a lot if Clojure shipped with its own
shell script.

-Phil

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