Re: Best Way To Load and Run Clojure program in REPL

2011-06-07 Thread Armando Blancas
Sounds like you're looking for (load-file "test.clj") http://clojure.org/evaluation On Jun 7, 12:47 pm, octopusgrabbus wrote: > I've been searching the documentation -- which is quite good by the > way for experienced programmers new to Clojure -- to find out how to > load a test.clj into REPL a

Re: Best Way To Load and Run Clojure program in REPL

2011-06-07 Thread Jonathan Fischer Friberg
A simple way is to use 'load'. That is only for simple testing, otherwise use the namespace facilities. http://blog.8thlight.com/articles/2010/12/6/clojure-libs-and-namespaces-require-use-import-and-ns Jonathan On Tue, Jun 7, 2011 at 9:47 PM, octopusgrabbus wrote: > I've been searching the docum

Best Way To Load and Run Clojure program in REPL

2011-06-07 Thread octopusgrabbus
I've been searching the documentation -- which is quite good by the way for experienced programmers new to Clojure -- to find out how to load a test.clj into REPL and then run it. I would appreciate a pointer to documentation. Thank you. cmn -- You received this message because you are subscribed