-
Notifications
You must be signed in to change notification settings - Fork 3
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.
Get Started
Docker
Design
- Differences from FreePoplog
- Default for
$poplocal
- Design of the
Makefile
- Design of the
poplog
command tool - Design of the
VERSION
file
Background Info
Building Info
Contributor Info
Proposals