this post was submitted on 25 Jun 2025
24 points (92.9% liked)

Rust

7129 readers
8 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] chaos@beehaw.org 2 points 1 week ago

Yeah, TypeScript has to integrate with JavaScript for practicality's sake, which pierces a hole in its ability to do proper, rigorous type checking. It's closer to machine-readable documentation that helpfully flags some errors than an actual type-checked language, which will make you get your types right instead of gently suggesting that there might be an issue the way TypeScript does.