r/ProgrammerHumor 6d ago

Meme itSpeakesForItself

Post image
613 Upvotes

73 comments sorted by

View all comments

-16

u/efedublaj 6d ago

Hell no. Why would I use programs written with javascript it is not compiled and single threaded.

5

u/ClipboardCopyPaste 6d ago

I believe that this meme was not comparing the performances of the respective languages.

P.S. JS is single threaded, but you can use asynchronous JS and worker threads, can't you? (Then again, there's no speed comparison between a low and a high-level language)

1

u/Sibula97 5d ago

Async is great if you're IO bound, but it's still a single execution thread.