My product integrates the code editor into the browser and allows live updates to the runtime. :-D
On Thursday, April 24, 2014 11:27:30 AM UTC-7, Shane Kilkelly wrote: > > I can't offer any advice on how to do this, but I am genuinely curious as > to why one would need to create a new namespace as part of a web server. > Care to provide an example? :) > > > On Thursday, 24 April 2014 18:44:02 UTC+1, Sarkis Karayan wrote: >> >> 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
