• danA
    link
    fedilink
    arrow-up
    46
    arrow-down
    1
    ·
    edit-2
    2 months ago

    someone at Google or Mozilla hasn’t decided to write a JavaScript Standard Library.

    Core APIs (including data types like strings, collection types like Map, Set, and arrays), Browser, and DOM APIs are pretty good these days. Much better than they used to be, with more features and consistent behaviour across all major browsers. It’s uncommon to need browser-specific hacks for those any more, except sometimes in Safari which acts weird at times.

    The main issue is server-side, and neither Google nor Mozilla have a big interest in server side JS. Google mostly uses Python and Java for their server-side code, and Mozilla mostly uses Rust.

    Having said that, there’s definitely some improvements that could be made in client-side JS too.