1 Language Model
2 Syntactic Forms
3 Datatypes
4 Structures
5 Classes and Objects
6 Units
7 Contracts
8 Pattern Matching
9 Control Flow
10 Concurrency
11 Macros
12 Input and Output
13 Reflection and Security
14 Operating System
15 Memory Management
16 Running PLT Scheme
Bibliography
Index
Version: 4.0.2

 

13 Reflection and Security

    13.1 Namespaces

    13.2 Evaluation and Compilation

    13.3 The scheme/load Language

    13.4 Module Names and Loading

      13.4.1 Resolving Module Names

      13.4.2 Compiled Modules and References

      13.4.3 Dynamic Module Access

    13.5 Security Guards

    13.6 Custodians

    13.7 Thread Groups

    13.8 Structure Inspectors

    13.9 Code Inspectors

    13.10 Sandboxed Evaluation

      13.10.1 Customizing Evaluators

      13.10.2 Interacting with Evaluators

      13.10.3 Miscellaneous