Remix.run Logo
jen20 3 hours ago

Like Python though, while the batteries are included, many of them are dead.

0x696C6961 3 hours ago | parent [-]

It begs the question, why don't these languages put out a v2 stdlib?

remus an hour ago | parent [-]

Broadly speaking, maintaining a big std lib is a huge amount of work, so it makes sense that a language team is conservative about adding new surface to a stb lib which they will then have to maintain for a long time.

PunchyHamster 11 minutes ago | parent [-]

Why it is "huge amount of work" ? Do the code reliably breaks in every new python version ?