8/21/2026 at 11:35:17 AM
Currently we generally have a trade-off between:- The standard library, which is both trusted/blessed and perma-stable
- A package ecosystem which is neither
I would love to see more exploration of the space in between:
- An extended stdlib which ships versioned libraries which use semver rather than being perma-stable.
- Better support for managing verification and assurance of package ecosystems.
by nicoburns
8/21/2026 at 1:14:15 PM
> An extended stdlib which ships versioned libraries which use semver rather than being perma-stable.You mean like Guava or Apache Commons for Java or Boost for C++?
by krab
8/21/2026 at 1:13:50 PM
java JCP ecosystem. JSR (Java Specification Requests)?by vincnetas