Lessons from Zig
「 The Zig programming language maintains an intentionally small standard library. Components that do not meet strict inclusion criteria are removed and relocated to community-maintained packages. This philosophy is enabled by a first-class package manager that makes third-party code trivially accessible 」