Re: clojurescript sandboxed code execution

2014-04-22 Thread Paul deGrandis
I definitely mean "user customizibility" - sorry for the insane typo. -- 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

Re: clojurescript sandboxed code execution

2014-04-22 Thread Paul deGrandis
I would carefully question the desire for user stabilizability in this fashion, and then work through the quality attributes and design constraints for what you're trying to achieve. If what you end up needing is in fact an elisp-like system with closed/sandboxed functionality, one way to achie

clojurescript sandboxed code execution

2014-04-21 Thread t x
Hi, 1) I'm writing code in Clojurescript. 2) I want to have some level of user customizibility (i.e. think elisp) 3) I want this to be sandboxed. (i.e. not full javascript) 4) How do I do this in cljs, given I don't have eval? Thanks! -- You received this message because you are subs