Thanks Zmitro for pointing this out. Here is the updated information: Here are what you need to get started :
1. Download from http://bitbucket.org/kasim/clojurew/get/tip.zip 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, 2: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 at http://groups.google.com/group/clojure?hl=en
