It’s time to free JavaScript (2024)
331–340 of 393 posts
Re: It’s time to free JavaScript (2024)
#332Earlier quoted context omitted.
POJO is one of my favorite acronyms. Along with POTS and COTS. POTS = Plain Old Telephony System COTS = Commercial Off-The-Shelf
> POTS = Plain Old Telephony System I worked for NY Telephone for years in the '80s, and it was referred to there as "Plain Old Telephone Service" not System. Not that it's a big deal at this point!
Re: It’s time to free JavaScript (2024)
#333Earlier quoted context omitted.
But it's a valid example, isn't it? Someone just wanted to share their Rust + JavaScript knowledge with people, and they got a cease and desist. It's clearly not ideal.
Given they did not change the name, it suggests the legal challenge had failed. So why do we care?
Re: It’s time to free JavaScript (2024)
#334Re: It’s time to free JavaScript (2024)
#335Re: It’s time to free JavaScript (2024)
#336Re: It’s time to free JavaScript (2024)
#337Why in 2025 can we not ship a statically typed high performance language for browsers?
Developers always on their high horse, if after years of trying different options it didnt happen, maybe that means it's not what the world wants or need?
Also there's TS if you really want it
Re: It’s time to free JavaScript (2024)
#338The last time this was brought up, "WebScript" was mentioned as a possible alternative name. (Like WebAssembly, WebSockets, WebRTC, etc.) https://news.ycombinator.com/item?id=45297066
Re: It’s time to free JavaScript (2024)
#339Earlier quoted context omitted.
From days of old... Invoking Applet Methods From JavaScript Code - https://docs.oracle.com/javase/tutorial/deployment/applet/in... and Invoking JavaScript Code From an Applet - https://docs.oracle.com/javase/tutorial/deployment/applet/in... Aside from the "Java is cool, name everything Java" in the early days - there was scripting between the browser and the applet using a language named JavaScript.
Eh, JavaScript wasn't the originally chosen name, it was LiveScript by Eich. I've never seen a justification for the name from anyone in the know, other than Eich's musing that Netscape wanted the "cool" factor. That "cool" factor was also why the original task of embedding scheme into the browser turned into a more C/Java-esque flavor.
Re: It’s time to free JavaScript (2024)
#340Random nerd note: The history is slightly wrong. Netscape had their own "interactive script" language at the time Sun started talking about Java and somehow got the front page of the Mercury news when they announced it in March of 1995. At the Third International World Wide Web Conference in Darmstadt Germany everyone was talking about it and I was roped into giving a session on it during lunch break (which then had…
---
Edit: The above makes it sound like there was another scripting language:
> they had a small problem which was that this was kind of a competitor to their own scripting language.