Hacker News new | ask | show | jobs
by gck1 110 days ago
Not because it's fast, but because of its compiler. It acts as a very good guardrail and feedback mechanism for LLMs.
1 comments

Typescript has surpassed Python and JS as most used on Github for a similar reason

https://xcancel.com/github/status/2029277638934839605?s=20

> making strict typing an advantage, not a chore

It's crazy that people think strict typing is a chore. Says a lot about our society.

I learned TS after a few years with JS. I thought having strict types was cool. Many of my colleagues with much more (JS) experience than me thought it was a hassle. Not sure if they meant the setup or TS or what but I always thought it was weird.