Hacker News new | ask | show | jobs
by Omnius 1652 days 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.
1 comments

My 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.

The ECMA improvements are nice but imo it's too hard to manage large Javascript programs, or Typescript wouldn't have such a large following.
Good 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!

Rust 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.