Sandbox improvements in PLT Scheme PLT Scheme provides an interesting “sandbox” feature for performing controlled evaluation of code. This is particularly useful for addressing the security risks faced by using direct eval-uation of the code. The improvements can be found here. You might also like some of these