|
|
|
|
|
by stephendause
903 days ago
|
|
> Imperative programs describe computations by repeatedly performing implicit effects on a shared global state. Is this necessarily true? In Rust programs, operations do not operate on a shared global state – at least not in the way I think most people would understand 'effects on a shared global state.' |
|