Hi,

first of thank you putting this together. As I'm working my way through the
documentation, I'm experiencing a strange error.

I have a Clojurescript REPL up and running in Emacs (tested with (js/alert
"..")) and I try

ClojureScript:one.sample.view> (def fiv 5)

I get this:

(def fiv 5)
"Error evaluating:" (def fiv 5) :as ".fiv = 5;\n"

and a long stacktrace.

Similarly, this works:

ClojureScript:one.sample.model> @one.sample.model/state

this doesn't:

ClojureScript:one.sample.model> @state

So it seems every unqualified (local) symbol gets a leading . (dot). What
am I doing wrong?

Thanks!

-- 
László Török

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to