this post was submitted on 16 Jul 2023
474 points (100.0% liked)

Programmer Humor

852 readers
5 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

No offence

you are viewing a single comment's thread
view the rest of the comments
[–] nothacking@discuss.tchncs.de 20 points 1 year ago (2 children)

Is python really any better?

[–] ComradeKhoumrag@infosec.pub 12 points 1 year ago (1 children)

Python is as inefficient as js is ugly

[–] LeFantome@programming.dev 6 points 1 year ago

Well done.

That is like a colleague farewell card that says, “Four years already? It seems like only six months with all that we have accomplished.”

[–] Rodeo@lemmy.ca 1 points 1 year ago (1 children)

Afaik JavaScript only runs in a browser. If you want to make a desktop app your only option is something like electron.

For example, you can't make the equivalent of a bash script with JS, but it's trivial with python. I don't think you can do system calls at all with JS.

[–] vithigar@lemmy.ca 2 points 1 year ago

There are non-browser JavaScript implementations, the most well-known of which is node.js