The abundance of JavaScript libraries
joonaspajunen.com
The abundance of JavaScript libraries
1–10 of 49 posts
Re: The abundance of JavaScript libraries
#2IOW, JavaScript is going to be great next year. Just like it was going to have been each year for the past 10 years or so.
Re: The abundance of JavaScript libraries
#3We're still allowed to use what we want, no matter how new or old it is, right?
Re: The abundance of JavaScript libraries
#4I still don't understand these "too many frameworks" articles. Is there some power out there that I don't know about that is forcing devs to use the latest framework? We're still allowed to use what we want, no matter how new or old it is, right?
Yes, It's called the Internet. People read articles about how X is the best. thing. evar. And this is perpetuated through many blog posts and, well, a lot of developers actually believe it.
Re: The abundance of JavaScript libraries
#5Re: The abundance of JavaScript libraries
#6Probably a controversial opinion to post here (not in that I think it is unique, but rather that I think there will be a divide in people who agree strongly and those who disagree strongly), but I view the JavaScript framework/library situation as a damning indictment of how terrible the language is. A constant churn of attempts to build a solid foundation upon a bed of leaky sand, each ultimately failing because no…
IOW, JavaScript is going to be great next year. Just like it was going to have been each year for the past 10 years or so.
ES6 might actually be ok, in the sense of "about as good as Python 2.3".
Re: The abundance of JavaScript libraries
#7Probably a controversial opinion to post here (not in that I think it is unique, but rather that I think there will be a divide in people who agree strongly and those who disagree strongly), but I view the JavaScript framework/library situation as a damning indictment of how terrible the language is. A constant churn of attempts to build a solid foundation upon a bed of leaky sand, each ultimately failing because no…
Re: The abundance of JavaScript libraries
#8I still don't understand these "too many frameworks" articles. Is there some power out there that I don't know about that is forcing devs to use the latest framework? We're still allowed to use what we want, no matter how new or old it is, right?
Yes. Not all forcing is of the "gun pointed at you" kind.
There's also: peer pressure, fads, media coverage, changing demands from employers, etc.
Re: The abundance of JavaScript libraries
#9Probably a controversial opinion to post here (not in that I think it is unique, but rather that I think there will be a divide in people who agree strongly and those who disagree strongly), but I view the JavaScript framework/library situation as a damning indictment of how terrible the language is. A constant churn of attempts to build a solid foundation upon a bed of leaky sand, each ultimately failing because no…
Completely agree, and I say this having written mostly JavaScript professionally for the last several years. It's sad to think of the millions of engineer-hours spent trying to make JS usable for today's applications. IOW, JavaScript is going to be great next year. Just like it was going to have been each year for the past 10 years or so. ES6 might actually be ok, in the sense of "about as good as Python 2.3".
Well, ES6 wasn't available "the past 10 years or so", whereas it will be next year, and recent 6-to-5 transpilers make it a backwards compatible option too.
>ES6 might actually be ok, in the sense of "about as good as Python 2.3".
Well, it's more ubiquitus that Python, more dynamic, more modern (if you include ES6 features), tied to a more powerful environment (the web), and beats the shit out of Python regarding execution speed.
Re: The abundance of JavaScript libraries
#10Probably a controversial opinion to post here (not in that I think it is unique, but rather that I think there will be a divide in people who agree strongly and those who disagree strongly), but I view the JavaScript framework/library situation as a damning indictment of how terrible the language is. A constant churn of attempts to build a solid foundation upon a bed of leaky sand, each ultimately failing because no…
Completely agree, and I say this having written mostly JavaScript professionally for the last several years. It's sad to think of the millions of engineer-hours spent trying to make JS usable for today's applications. IOW, JavaScript is going to be great next year. Just like it was going to have been each year for the past 10 years or so. ES6 might actually be ok, in the sense of "about as good as Python 2.3".
- builtin type literal
- closures and fp idioms
- generators
- asynchrony
- comprehensions