|
|
|
|
|
by Filligree
3276 days ago
|
|
The answer to that one would be to embed thread-safety in the type system, aka. Rust. For languages with less sophisticated type systems you get a choice between inefficiency (Go), or complicated rules which state that the programmer is wrong for coding that way (C). |
|
In general I don't think Rust actually adds much abstraction that isn't already in say Python. What it does is enforce tight constraints.