Cannot access variables without namespace in ClojureScript repl.

2012-01-15 Thread Takahiro Hozumi
Hi, In my browser repl, which follows the ClojureScript wiki[1], I must specify variables with namespace even if `in-ns` is used, but I noticed that I don't have to do in the repl of ClojureScript One[2]. Am I the only one who cannot access variables without namespace? What makes the diffirence?

Re: Cannot access variables without namespace in ClojureScript repl.

2012-01-15 Thread Brenton
I think the problem here is with the ClojureScript REPL and single- segment namespaces. We found a couple of problems with the ClojureScript REPL while working on One and will address them soon. If you confirm that this is the problem, please let us know. Also, feel free to add an issue to JIRA wi

Re: Cannot access variables without namespace in ClojureScript repl.

2012-01-15 Thread Takahiro
Hi Brenton, Unfortunately two segment namespaces also causes the same problem. However, I've found that this problem can be avoided by using `ns` instead of `in-ns`. Thanks! 2012/1/15 Brenton : > I think the problem here is with the ClojureScript REPL and single- > segment namespaces. > > We foun

Re: Cannot access variables without namespace in ClojureScript repl.

2012-02-16 Thread Krukow
On Jan 15, 3:32 pm, Brenton wrote: > We found a couple of problems with theClojureScriptREPL while > working onOneand will address them soon. If you confirm that this is > the problem, please let us know. Also, feel free to add an issue to > JIRA with the steps to reproduce. [snip] I'm experienci