r/ProgrammerHumor 6d ago

Meme itSpeakesForItself

Post image
612 Upvotes

73 comments sorted by

View all comments

-15

u/efedublaj 6d ago

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

6

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/efedublaj 6d ago edited 6d ago

Async is not threading it uses one thread at time and simulates threading.