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 achieve this is with a 
multimethod that reads in edn lists (your elisp-like code), and dispatches 
the correct functionality, based on the first symbol in the list.

Cheers,
Paul



On Monday, April 21, 2014 7:47:43 PM UTC-4, t x wrote:
>
> 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 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