|
|
|
|
|
by bilekas
76 days ago
|
|
This is actually a curious one, I think you might have that gut feeling towards the compiler/transpiler ? > Yes, but if you put type strictness on a line, Rust would be further along I think. There are huge differences between build times, as we know, Rust likes to compile with effort, by design, it's important for the compiler to navigate all the nuances. Typescript with bun for example, can run a bit faster. Is the compiler making you think it's more 'type safe' ? |
|
Things like borrowing and ownership, having an affine type system, the GADTs, it's more tools in your toolbox to constrain your problem space.