Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Being able to swap out the regex, datetime, arg parsing and encoding are a feature

A feature present on every language that has those in the stdlib.




Not necessarily, when other components of the stdlib depend on them


Also not necessarily with third-party libraries.


Indeed. However, you need to recognize that having those features in stdlib creates a huge bias against swapping them out. How many people in Java actually uses alternative DB APIs than JDBC? How many alternative encoding libraries are out there for JSON in Go? How about async runtimes, can you replace that in Go easily?


True! Although it’s easier to swap out a third party lib that’s using a bloated dependency than it is to avoid something in std.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: