load a namespace at repl?

2015-05-12 Thread piastkrakow
If I: git clone https://github.com/overtone/overtone.git cd overtone lein repl and then at the REPL, I try to load Overtone: user= (all-ns) (#Namespace clojure.set #Namespace clojure.tools.nrepl.ack #Namespace clojure.stacktrace #Namespace clojure.string #Namespace clojure.java.browse

Re: load a namespace at repl?

2015-05-12 Thread Ian Truslove
On Tue, May 12, 2015 at 9:09 PM, Fluid Dynamics a2093...@trbvm.com wrote: On Tuesday, May 12, 2015 at 10:55:27 PM UTC-4, piast...@gmail.com wrote: If I: git clone https://github.com/overtone/overtone.git cd overtone lein repl All you need to do is create a new lein project, and add the

Re: load a namespace at repl?

2015-05-12 Thread Fluid Dynamics
On Tuesday, May 12, 2015 at 10:55:27 PM UTC-4, piast...@gmail.com wrote: If I: git clone https://github.com/overtone/overtone.git cd overtone lein repl and then at the REPL, I try to load Overtone: user= (all-ns) (#Namespace clojure.set #Namespace clojure.tools.nrepl.ack #Namespace

Re: load a namespace at repl?

2015-05-12 Thread Sean Corfield
On Tue, May 12, 2015 at 7:55 PM, piastkra...@gmail.com wrote: If I: git clone https://github.com/overtone/overtone.git cd overtone lein repl and then at the REPL, I try to load Overtone: ... user= (resolve 'overtone.studio.inst) You want require, not resolve, in order to load the