How do I use the Clojure `use` function in leiningen?
问题 I am very new to both Clojure and Leiningen. I have installed Clojure on Windows at C:\clojure-1.5.1 and leiningen-win-installer beta1 at C:\.lein\bin . Now I am trying the example from Eric Rochester's book. I have included dependent libraries for Incanter in project.clj and also using dep. How do I use the command (use 'incanter.core) ? I am getting 'use' is not recognized as an internal or external command . In addition, how do I use lein commands at user=> ? 回答1: Edit - I forgot "lein