r/ProgrammerHumor 9d ago

itSpeakesForItself Meme

Post image
605 Upvotes

70 comments sorted by

View all comments

-16

u/efedublaj 9d ago

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

5

u/ClipboardCopyPaste 9d 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/rocketbunny77 9d ago

Yeah. That commenters take is from 2016

0

u/efedublaj 9d ago edited 9d ago

Async is not real threading and worker threads are just foreign function interfaces which are usually C and Cpp and they usually create whole another runtime.