This article makes for an interesting read. Here follow two early paragraphs for context:

Oracle controls the JavaScript trademark because in 2009 it acquired Sun Microsystems, which applied to trademark the name with the US Patent and Trademark Office back in 1995. The trademark was granted in 2000.

While the database giant does not use the name for any commercial products, its ownership of the trademark has led JavaScript-oriented organizations such as events biz JSConf to adopt branding that avoids the term. As the signatories to the letter observe, the world’s most popular programming language therefore can’t have a conference that mentions what it’s about.

Toward the end, the article mentions an initiative to legally pursue Oracle for trademark abandonment.

    • @lolcatnip@reddthat.com
      link
      fedilink
      English
      12 days ago

      For an application? Never. I’d still use it for something very small like a build script where the hassle of separate compile and run stages makes the whole thing a hassle to use. That might change now, though, since I think Node has gained the ability to execute Typescript directly.

      • bitwolf
        link
        fedilink
        12 days ago

        Been using vite for a while and haven’t had to think about it.

        Glad node is catching up. But it’d spare even more headaches if it natively supported ES6 modules