Re: Problems with namespaces in repljs

2011-08-16 Thread Timothy Washington
Hi Stuart, That's fair enough. Is this the CLJS-57JIRA issue? It's not exactly the error I'm having, but looks to be a broken 'ns' macro all the same. Can I track all of the bugs and known issues on (open and in progress) the JIRA page

Re: Problems with namespaces in repljs

2011-08-16 Thread Stuart Sierra
Hi Tim, The `ns` macro doesn't work from the ClojureScript REPL right now. This is a known bug caused by the JavaScript code the compiler emits for `ns`. Also, there is no `require` function for the REPL yet. Some people have written versions of `require` and posted them to the list. -Stuart S

Problems with namespaces in repljs

2011-08-13 Thread Timothy Washington
Hey all, This is probably a silly question. But I'ms still struggling with some basic things in ClojureScript. I'm trying to run ./script/repljs to evaluate some basic Clojurescript code. But evaluation keeps on breaking. So I tried a clean clojurescript install with the "Hello" example they give