General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Theo - t3․gg
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "The First Real Webpack Alternative (Written in Rust!)" video.
@joshuathomasbird What would rereading your comment do for anyone? Are you not claiming that threading is not in the standard library? If you're not claiming that which is objectively wrong, then you may need to edit your comment.
2
Personally, I never found threads to be all that difficult and most of the time I was using pthreads for my threading purposes. Now that C11 added threads to the standard library and the implementation I'm using, gcc on Linux, basically just thinly wraps pthreads anyway and I have to add -lpthreads to the linker options if I use them. So I'm not sure why so many people complain about threading. However, I do wish that we could replace the entirety of the web infrastructure. Just completely wipe out HTML/CSS/JS and start from scratch. It'd be nice if bundlers weren't a thing and instead a webpage could just be simpler than they are now but provide similar functionality. Something akin to a web browser scripting a UI library instead of attempting to implement an entire OS inside of the already running OS.
1
@joshuathomasbird What event loop? Do you think that the language gives you such a loop or are you merely stating the obvious that how you code your event loop, if you have one at all, determines how things will ultimately work?
1