I thought Servant was a pretty neat library: http://www.marcopolo.io/2013/10/01/servant-cljs.html
The catch is that webworkers load in a separate context, so you have to separately define webworker functions with "defservantfn" and other hacks. When I first saw this library, I remember wondering, "if CLJS were bootstrapped, maybe we could stuff REPL in there and send new code to it over a channel." So now that CLJS is bootstrapped, I just remembered this idea and thought I'd ping the community. Is a REPL in a webworker now possible and if so, could we end up with multi-threaded evaluation over something like core.async? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
