|
|
|
|
|
by fhunt
1922 days ago
|
|
TS has by far the most advanced compile-time type system followed by Rust. TS has the best and most responsive editor support (tsserver). I know that Rust's is much slower but IDK much more than that. Re ecosystem and build system: TS' build system is not trivial but it's very flexible and has a bigger ecosystem. |
|
It is great to see though that even frontend-mainstream languages like Typescript start to get proper support for type-systems (especially considering that they had to do it on top of Javascript).
Very excited to see where we go with languages and I agree with you that TDD should now by default mean "type driven development". :)