Skip to content

Proposal: Modules

Stephen Leach edited this page Aug 25, 2021 · 1 revision

Work in Progress

Outline: Sections form a hierarchy that control the sharing of identifiers across namespaces in terms of import and export between parent and child. However, experience has shown that sharing between namespaces is best done as a peer-to-peer relationship that does not involve any hierarchical limits. This proposal outlines a module system, based on sections, that implements the peer-to-peer sharing.

Clone this wiki locally