Achieving Safe, Aliasable Mutability with Unboxed Types
(antelang.org)
from armchair_progamer@programming.dev to programming_languages@programming.dev on 01 Feb 2024 00:31
https://programming.dev/post/9396414
from armchair_progamer@programming.dev to programming_languages@programming.dev on 01 Feb 2024 00:31
https://programming.dev/post/9396414
Ante is a very interesting language. It has been in development for a long time with many revisions and has some promising features.
If you’ve used Rust you know about “immutable/shared” references and “mutable/owned” references; the mutability and sharing/ownership terms are used interchangeably. This post explores the possibility of “mutable shared” (and immutable owned) references.
threaded - newest