this post was submitted on 06 Aug 2023
333 points (93.9% liked)

Programmer Humor

19197 readers
1363 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
[–] Anticorp@lemmy.ml 0 points 1 year ago (2 children)

Everyone wants to removed about JavaScript. How about using languages like Python and Java to create websites? You have to use an entire bloated framework and compilation just to be able to use a language that was never intended to be used for websites. Java web frameworks are atrocious.

[–] NatoBoram@lemm.ee 1 points 1 year ago (1 children)

The experience of using these JS frameworks is not comparable to using Java or Python as if they were PHP. There's tangible (and monetary) benefits to using web tool for the web.

[–] Anticorp@lemmy.ml 1 points 1 year ago

Right. JavaScript is a web tool and is used for the web. The other two I mentioned are not, yet they don't get anywhere near the same amount of hate as JavaScript does. We get it, JavaScript has loose typing and was primarily a scripting language 30 years ago. Things change. JavaScript is a robust language capable of OOP now, and you can even add typing if that's your hangup

[–] someone_secret@burggit.moe 1 points 1 year ago

Maybe for Java but Python does have Flask, which is anything but bloated.

Django, from what I heard, may be a bit bloated, but, from what I heard at least, it has some very useful tools