The JavaScript ecosystem is delightfully weird
1–10 of 248 posts
Re: The JavaScript ecosystem is delightfully weird
#2Re: The JavaScript ecosystem is delightfully weird
#3Re: The JavaScript ecosystem is delightfully weird
#4I wonder how much of this can be blamed on JS being a relatively gentle and forgiving codegen target.
Re: The JavaScript ecosystem is delightfully weird
#5Re: The JavaScript ecosystem is delightfully weird
#6Nothing wrong with being C++. The reason JS is so massive and weird is because it's the language that everybody uses, or has to use at some point. Upsides and downsides.
Re: The JavaScript ecosystem is delightfully weird
#7It also didn't help that Node was fixed at 0.12 for years and years, and we had the IO.js fork until Node was released by Joyent for OSS community members to take over. That caused more issues to boot.
Also the whole bundling fiasco started with Babel, which wasn't a bundler at all and instead started as a means to provide polyfills for supporting "old browsers" (really, IE). From that whole thing came the concept of "evergreen browsers" which is a term that has largely fallen out of the common vocabulary with the rise of Edge.
Now we have "anything is a valid feature request" TC-39, and "it's really just Google at this point" browsers dictating how the web works.
It's a nightmare. As a maintainer of several large JS packages, and being so dreadfully burnt out on JS, there are other words I'd use to describe the whole thing than "delightful".
Re: The JavaScript ecosystem is delightfully weird
#8Re: The JavaScript ecosystem is delightfully weird
#9So JS is delightful because we are still not actually writing JS, but stuff that looks like JS? Huh.
Like, even C programmers are willing to actually write C.