symbol-namespaces
symbol-namespaces defines a new kind of package that's named by a symbol rather than a string. It maps from existing symbols to their respective "implicitly managed" counterparts. The motivating use-case is to conceptually allow multiple definitions of the same kind on a single symbol, without conflicts.

See the project's home for all details.


metaprogramming, data structure, Unlicense, Public Domain