Live data from Hacker News

It’s time to free JavaScript (2024)

javascript.tm

91–100 of 393 posts

Re: It’s time to free JavaScript (2024)

#91
post #68

Earlier quoted context omitted.

[flagged]

> You can't beat City Hall This broadcast was brought to you by the Better Things Aren’t Possible Party

Because trying to do the impossible has gone down so well in history and politics.

Re: It’s time to free JavaScript (2024)

#92
post #82

Why is this worth doing? What wrong with the status quo? The author does not give any examples of Oracle threatening people for using the JavaScript (tm) name.

They have linked to an example from one of the blog posts: https://www.reddit.com/r/programming/comments/14vnipl/rust_f...

The example is indeed two years old. I also couldn't find any point in the article that explains why this is worth doing.

Re: It’s time to free JavaScript (2024)

#93
post #74
post #24

Earlier quoted context omitted.

The irony is I belive the JavaScript creator wtnted to latch to Java's popularity to called it JavaScript and now both Java and JavaScript are owned by Oracle and they want the name but not want to change is to ECMAScript, it's real official name.

If you read the original JavaScript press release ( https://web.archive.org/web/20020808041248/http://wp.netscap... ), it's mainly intended as a language to write glue code so Java applets (where the real application logic would go) can interact with a webpage: > With JavaScript, an HTML page might contain an intelligent form that performs loan payment or currency exchange calculations right on the client in response…

> Of course over time everyone abandoned applets because of all the security problems,

Haha, or because it froze the whole browser for a few seconds upon loading. Unlike Macromedia Flash by the way.

Re: It’s time to free JavaScript (2024)

#94

1) Put JS in maintenance mode, don’t add any language features, only runtime 2) TS becomes the official mainline, whoever doesn’t like types can just keep writing as they did before, because valid JS is valid TS Problem solved, it’s not that difficult.

TS trademark is owned by Microsoft.

That would be a case of out of the frying pan into the fire. Not really better.

Re: It’s time to free JavaScript (2024)

#95
post #74
post #24

Earlier quoted context omitted.

The irony is I belive the JavaScript creator wtnted to latch to Java's popularity to called it JavaScript and now both Java and JavaScript are owned by Oracle and they want the name but not want to change is to ECMAScript, it's real official name.

If you read the original JavaScript press release ( https://web.archive.org/web/20020808041248/http://wp.netscap... ), it's mainly intended as a language to write glue code so Java applets (where the real application logic would go) can interact with a webpage: > With JavaScript, an HTML page might contain an intelligent form that performs loan payment or currency exchange calculations right on the client in response…

The language now called Groovy would have been JavaScript if the name wasn’t already taken.

Re: It’s time to free JavaScript (2024)

#96
post #52

Anyone reasonable would agree that Oracle does not even gain anything for their products by holding the trademark. They have zero benefit, except of course occasional bullying.

Don't underestimate the benefits of the power of bullying. Just look at the current US administration.

Re: It’s time to free JavaScript (2024)

#97

Earlier quoted context omitted.

"Defeatism" is yet another shibboleth for people who refuse to accept reality. Wasting your money on things you can't change when you could be spending it on things you can is true "defeatism", as it accomplishes nothing.

[flagged]

I don't care about most ridiculous "battles" people are trying to wage, let alone this one, I was bluntly saying there are better things to spend money on if you do wish to "win battles". You're allowed to criticize things without offering a solution, especially if you don't care all that much about the topic at hand.

As a sidenote, Regarding your comment on my perceived lack of pragmatism, I'd point you to a definition: "dealing with things sensibly and realistically in a way that is based on practical rather than theoretical considerations", which I'd say my comment very much was. Winning against a company that has succeeded in part due to government favouritism isn't realistic.

> In which case: maybe take your own advice and give up on changing anyone's mind?

I post on HN because it is a public forum and I wished to share my thoughts, not to change people's minds.

Re: It’s time to free JavaScript (2024)

#98
post #7

I actually think that people should rather use EcmaScript name instead of JavaScript, because it's a way better name (much less confusing, given that this lang doesn't have anything to do with Java anyway). I wish Oracle started suing people to force everyone to use the better name.

What we use nowadays is actually ECMAScript and not JavaScript. We just call it JavaScript.

If enough people call it JavaScript, it is JavaScript. Yes really. Even in a legal sense (and deno are arguing this is already the case).

Re: It’s time to free JavaScript (2024)

#99

I actually think that people should rather use EcmaScript name instead of JavaScript, because it's a way better name (much less confusing, given that this lang doesn't have anything to do with Java anyway). I wish Oracle started suing people to force everyone to use the better name.

> because it's a way better name (much less confusing, given that this lang doesn't have anything to do with Java anyway). Probably if we were in the early 2000s this could have been a battle worth fighting. But considering we're in 2025 and probably more people are aware of JavaScript than Java at this point, even when you're deep in enterprise-land, I'm not sure it'd be less confusing. Anyways, you're about two dec…

> probably more people are aware of JavaScript than Java at this point

All the same, I probably get as many calls from recruiters to fill Java positions as I do JS positions. I've never used the former, and explaining it is always awkward!

Re: It’s time to free JavaScript (2024)

#100

1) Put JS in maintenance mode, don’t add any language features, only runtime 2) TS becomes the official mainline, whoever doesn’t like types can just keep writing as they did before, because valid JS is valid TS Problem solved, it’s not that difficult.

TS trademark is owned by Microsoft. That would be a case of out of the frying pan into the fire. Not really better.

Call it ES2026 officially and let other people devalue MS' trademark as they refer to that (and later versions) as TS.
Post reply on HN