From: Justin Bailey Date: 2006-07-20T03:18:05+09:00 Subject: Re: [ANN] sandbox 0.0.11 -- taking the i out of eval ------=_Part_56274_5921617.1153333083153 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/19/06, why the lucky stiff wrote: > > > This module swaps in a new symbol table, so you can basically manage > multiple > interpreters at once. There are so many possibilities for using > this. For > emulating selector namespaces, for jailing code. This could be the basis of a great "live" class browser, which I think is about the only way to really tell what methods, etc. are available at any given point in your code. It could allow any class to be loaded and run, while not allowing them to execute "destructive" behavior (like, delete all your rows in a database or similar). It could also allow the reloading of the environment to start "fresh" - something people have asked for in other context too. I can't build it on Windows tho - I think my version of VC++ is incorrect. Any chance we can get a precompiled binary? Plllleease? :) Justin ------=_Part_56274_5921617.1153333083153--