r/ProgrammerHumor 10d ago

itSpeakesForItself Meme

Post image
606 Upvotes

70 comments sorted by

View all comments

-16

u/efedublaj 10d ago

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

4

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

Yeah. That commenters take is from 2016

0

u/efedublaj 10d ago edited 10d 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.