90% of the time I'm writing something it's in TypeScript (and I love it so much) and the features I miss the most are Go's defer statements and the macro system from Rust.
What about you?
Depends for what.
Fast-to-market for web/mobile, simple language stack => gotta go Javascript / Typescript. Would love some meta programming directives in Typescript.
High-intensity code that needs to be blazingly fast => C / C++ / Go / Rust. Learning Go atm.
I love JS - I want type checking but I haven't taken the leap to learn typescript.
Every time I justify not learning typescript in my head by saying "I should be building fast - learning typescript will slow that down"
Any ts guides you reccomend?
@philipsnyder There should be something on FreeCodeCamp. Also, I guarantee that once you switch to Typescript you'll never want to go to vanilla JS again.
Sessions