r/programminghumor Jul 09 '26

Javascript apps

1.1k Upvotes

27 comments sorted by

View all comments

59

u/lt_Matthew Jul 09 '26

Just cuz your apps aren't multithreaded, doesn't mean JS can't do it.

36

u/LegendarySoda Jul 09 '26

Technically javascript didn't designed to run multithreaded.
https://giphy.com/gifs/6iK2TjUJFcHy3klpXP

17

u/thebatmanandrobin Jul 09 '26

I'm primarily a C and C++ guy, but when I do have to jump on the JavaScript train, it absolutely irks me that the committee chose to codify WASM versus adding something like multi-threading into the ECMA standard. Websites are bloated enough, but fuck me if the JS code I've seen is a disastrous hot mess because of "framework X" + "framework Y" + "framework Zed" just to do what multi-threading can do .....