On Apr 13, 4:50 pm, "Stephen C. Gilardi" wrote:
> % java -cp clojure.jar clojure.main -e "(in-ns 'funky-ns)" --repl
> #
> funky-ns=>
Worked perfectly, thanks!
> Regarding your Case 2 where it appeared you were actually in a
> namespace other than the one shown in the prompt, that's very
> u
On Apr 13, 2009, at 3:44 PM, Greg Harman wrote:
I'd like the bootstrap file to leave the REPL in whatever namespace I
last specified with my in-ns. But I'm getting different (unexpected)
results in two cases.
Case 1: Slime: the in-ns is ignored (although expressions around it
are evaluated), a