| ▲ | shagie 6 hours ago | |||||||||||||
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. | ||||||||||||||
| ▲ | bartread 4 hours ago | parent | next [-] | |||||||||||||
I actually used this back in the day: once at university, and then again for a telecoms project in my first job. But it doesn't mean there's much commonality - beyond superficially C-like syntax - between the languages, and certainly not between their "standard libraries" (aka the browser APIs in JavaScript's case). | ||||||||||||||
| ▲ | zdragnar 5 hours ago | parent | prev [-] | |||||||||||||
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. | ||||||||||||||
| ||||||||||||||