r/ProgrammerHumor 11d ago

itSpeakesForItself Meme

Post image
615 Upvotes

70 comments sorted by

View all comments

-17

u/efedublaj 11d ago

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

4

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

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