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
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
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