Hi everyone,

I am working on a web app that allows code and namespace creation at 
runtime, but I get an error when trying to create a namespace from a web 
process:
java.lang.IllegalStateException: Can't change/establish root binding of: 
*ns* with set

This works when doing in a repl or single threaded process, but fails when 
doing from the web app or in a go block.
I want the new namespace to be visible to all future web processes without 
restarting the app.

Any suggestions?

Thanks,
Sarkis

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to