9 ms·
I feel like the only people that "like" javascript or those that had it for their first language. Its needed, its better than it was, but compared to just about
by Omnius 5y ago
I feel like the only people that "like" javascript or those that had it for their first language. Its needed, its better than it was, but compared to just about any other language its a total mess.
- k__ 5y agoMy career was C, Java, PHP, JavaScript. I like JS the most. It's flexible, lightweight, and omnipresent. The only other mainstream language that gives me that feeling is Rust.
- chaostheory 5y agoThe ECMA improvements are nice but imo it's too hard to manage large Javascript programs, or Typescript wouldn't have such a large following.
- k__ 5y agoGood point. I'm using TypeScript and JavaScript interchangably. I know JavaScript like the back of my hand, so TypeScript isn't telling me much new, but the static type checking allows me to keep less of that knowledge in working memory. Pretty awesome language!
- allisfalafel 5y agoRust is hardly omnipresent. I understand it has trouble with lesser used architectures and operating systems. While yes you probably dont use them, they do still exist.