▲ | maxpr 11 hours ago | |||||||||||||
Loving you guys have Typescript support from day one! | ||||||||||||||
▲ | dhorthy 11 hours ago | parent [-] | |||||||||||||
hah thanks dude! I am very bullish on TS as the long term thing, Not to turn this into a language vs language thread but I spend a lot of time thinking about why ppl struggle so much with python...so far I came up with concurrency abstractions keep changing (still transitioning / straddling sync+threads vs. asyncio) - this makes performance eng really hard package management somehow less mature than JS - pip been around way longer than npm but JS got yarn/lockfiles before python got poetry the types are fake (also true of typescript, I think this one is a wash) the types are fake and newer. typing+pydantic is kinda bulky vs. TS having really strong native language support (even if only at compile time) virtual environments!?! cmon how have we not solved this yet wtf is a miniconda VSCode has incredible TS support out of the box, python is via a community plugin, and not as many language server features | ||||||||||||||
|