this post was submitted on 10 Sep 2024
503 points (96.8% liked)

Programmer Humor

19184 readers
1129 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

Why would an internship train you on an antiquated language that hasn't been used in decades?

[–] [email protected] 3 points 1 week ago (1 children)

Well they train me in JavaScript frameworks and such. I allege this knowledge will be useless in a few decades. Or even less so, based on my meagre knowledge so far.

[–] [email protected] 5 points 1 week ago (1 children)

JavaScript is used on virtually every website on the planet today though. BASIC hasn't been used for anything in like 40 years.

[–] [email protected] 4 points 1 week ago (1 children)

20-ish, rather. You can still find some legacy systems running some version of VisualBasic on Windows.

Also disagree with op, javascript is the current "lingua franca" of programming. Unless every browser decides to allow scripting in a less shotgun-your-foot language, javascript will remain widely used.

[–] [email protected] 1 points 1 week ago (1 children)

Unless every browser decides to allow scripting in a less shotgun-your-foot language, javascript will remain widely used.

It's called web assembly, and all the major browsers (Safari, Chrome, Firefox, Edge) now support it. That's not to say that Javascript is going to disappear, but other languages might take over much of its marketshare.

[–] [email protected] 1 points 1 week ago

Even wasm relies on javascript and frankly, I see its existence as a failure of many layers. Machine code -> Operating system -> Browser -> WASM (emulated machine code)