Thanks Mark. I updated the Wiki with more information. I also added a
simple bash script so one can use ClojureW on Mac and Linux, which I
often do.
I will add a readme shortly. During the mean time, here is the Wiki
text:

ClojureW makes it dead easy to start with Clojure on Windows, Mac and
Linux.

Here are what you need to get started :

1. Download zip or gz or bz2 from tip tag on the downloads tab of this
page and Unzip to a folder

2. Set CLOJURE_HOME = path/to/unzipped/folder

Note: For Mac and Linux, put these line in your .profile file
CLOJURE_HOME=path/to/unzipped/folder
export CLOJURE_HOME
PATH=$PATH:$CLOJURE_HOME/bin

3. Just run clj to get a REPL or clj cljfile.clj to execute your
script
Note: For Windows, you need to add path/to/unzipped/folder/bin to your
path so you can invoke clj from anywhere. Or you can just cd to the
path/to/unzipped/folder/bin to run clj

It also includes Jline so you can have better command line experience
such as command history.

Any jar files will be automatically added to the class path just by
copying them to the path/to/unzipped/folder/lib folder.

Have fun!

On Apr 17, 7:48 am, Mark C <[email protected]> wrote:
> Found the link here:http://bitbucket.org/kasim/clojurew/get/tip.zip
>
> Kasim - thanks for the quick start. Worked fine. Maybe add a readme?
>
> M.
>
> On Apr 17, 5:35 am, Zmitro Lapcjonak <[email protected]> wrote:
>
>
>
>
>
> > On Apr 15, 1:51 am, Kasim <[email protected]> wrote:
>
> > > Here are what you need to get started:
> > > 1. Download ClojureW.zip and Unzip to a folder
>
> > 0. Try to find the link to download.
>
> > --
> > Zmitro Lapcionak
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to [email protected]
> > Note that posts from new members are moderated - please be patient with 
> > your first post.
> > To unsubscribe from this group, send email to
> > [email protected]
> > 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 [email protected]
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> 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 [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to