Hi,

Am 14.01.2012 um 14:19 schrieb Erlis Vidal:
> Sometimes while solving a problem, we can not see simpler solutions. 
> 
> What do you think? 

Clojure is homoiconic. Walk the output of the reader and for each symbol do a 
(resolve sym) and check the Var against the list of forbidden Vars. Inform the 
user that she must not use locals with names of forbidden Vars. That should 
give a reasonable approximation for not using the forbidden Vars, while still 
being simple to implement with a little support of the user.

I'm not sure were jails and such are needed here (besides server security of 
the 4clojure process).

Sincerely
Meikel

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

Reply via email to