Conrad Taylor <conra...@gmail.com> writes: > Hi, should people new to Clojure install tool? Is this something that > mostly used within the command line or IDE?
Yes, I think newcomers would benefit from installing it. Clojure is not like most languages in that it is not "batteries included"--it's just a library that you can include in your projects that happens to include a primitive REPL. It's not very pleasant to interact directly with on a regular basis. Leiningen is designed to be used from the command-line, but it is also integrated with various editors and IDEs. > I noticed a MacPort for it at version 1.3.1 but I guess one can easily > upgrade it to the latest by doing the following: > > lein upgrade There have been issues reported in the past with the macports version; I suggest installing manually (it's easy) or switching to homebrew if you are on Mac OS X. -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