Writing (in-ns 'dbx) to a file and loading it isn’t changing the default namespace of the repl (using cygwin/console). The namespace is still user=>, not dbx=>.
vikrant[28] clj
Clojure 1.3.0
user=> (load-file "try1.clj")
#(Namespace dbx)
user=>
How can we start the REPL in a namespace defined in a script file?
1 Answer