> > Basically, I want to see what's possible. If someone's done the research > on how to do it this way, I'd like to see it. There's a different trade-off > being made with each method. >
If you're looking for an example, the clojurescript browser REPL dynamically compiles forms and sends them to the client for evaluation: https://github.com/clojure/clojurescript/blob/master/src/clj/cljs/repl/browser.clj I don't think the browser REPL makes any attempt to work against pre-compiled code with advanced optimizations, though. That's something that I have not yet seen explored. -- 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