6.19. Architecture

This part discusses the architectural design of Interscript. Here is a simplified picture of which objects refer to which others. Interscript maintains several objects that act as _frames_ (or namespaces) for symbol lookup.
  FRAMES
    process_frame  --> global_frame
    master_frame   --> process_frame
    pass_frame     --> master_frame
    input_frame    --> pass_frame
                   --> weaver_filter
                   --> stack of tangler

    tangler        --> multiplexor
                   --> sink

    weaver_filter  --> multiplexor
    multiplexor    --> weaver
    weaver         --> sink


6.19.1. The universal frame
6.19.2. Install Frame
6.19.3. The user frame
6.19.4. The project frame
6.19.5. The platform frame
6.19.6. The site frame
6.19.7. The process frame
6.19.8. Master Frame
6.19.9. The pass frame
6.19.10. Input Frame