codr7 6 days ago

Rust's type system gymnastics compared to most languages goes quite a bit beyond preference. I can't see the overlap at all with dynamic scripting languages, two completely different tools for completely different problems.

1
mplanchard 5 days ago

TS has one of the more gymnastics-heavy type systems, IMO, and I think many if not most JS shops use TS.

codr7 5 days ago

TS is gradual though, Rust is all or nothing.