|
|
|
|
|
by bjourne
1645 days ago
|
|
> This paper is an experiment to see if a particular API could make using Rust easier. According to the author: "The Bronze project is exploring the usability costs of the restrictions that Rust imposes." That does not require a sound gc to explore. Maybe it would have been different had the goal been to see whether a gc can be bolted onto Rust. Yes, that might be difficult given Rust's semantics and how to deals with pointers. But that doesn't seem to be the goal of the author's research. |
|
There are other GC crates that offer sound APIs. Research using those sounds very promising and good!