|
|
|
|
|
by SkiFire13
466 days ago
|
|
I believe OP meant to give it a GC like in Go, while keeping other features from Rust from enums/match/generics/traits/etc etc. This should prevent most of the memory safety issues, though data races could still be tricky (e.g. Go is memory unsafe due to data races) |
|