this post was submitted on 20 Jun 2023
19 points (100.0% liked)

Programmer Humor

19544 readers
852 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
top 8 comments
sorted by: hot top controversial new old
[–] JoShmoe@programming.dev 2 points 1 year ago

Wow, so true. Hair and all

[–] comfortable_doug@hexbear.net 1 points 1 year ago

It's more likely to be the other way around

[–] CookieJarObserver@feddit.de 0 points 1 year ago (1 children)
[–] Khalic@kbin.social -4 points 1 year ago

But javascript loves you undefined

[–] sotuvieres@lemmy.pt 0 points 1 year ago (2 children)

Why does it have this name though? Was it a java framework or something at some point?

[–] asyncrosaurus@programming.dev 1 points 1 year ago (1 children)

It was partly marketing, part to appease Sun Microsystems at the time, whose Java Applet product were supposed to be the true unifying web platform. Having a built-in scripting language in the browser annoyed a great many important people, who felt it undercut the importance of Java. Calling it Javascript gave the illusion that it was a smaller subset of Java, (even though it clearly isn't), while also benefiting from the more recognizable/marketable name 'Java', which was the new hottness.

[–] drcobaltjedi@programming.dev 1 points 1 year ago

I actually had a boss who thought they could let me do java at work (can't in house executables were a "security risk" according to corprate) but he ended up making me do javascript, which I don't know. I got very frustrated trying to get him to understand JS isn't java and now because of JS's weird behaviors I can't actually do the thing he wants so easily.

[–] unwieldycat@kbin.social 1 points 1 year ago

It was initially called "LiveScript", but since Java applets were really popular at the time of its creation, they went with "JavaScript" instead to get attention.