> Memory Safe
> No garbage collector, no manual memory management. A work in progress, though.
I couldn't find an explanation in the docs or elsewhere how Rue approaches this.
If not GC, is it via:
a) ARC
b) Ownership (ala Rust)
c) some other way?
Check out V-lang ... it has the details. It's a beautiful language... but, mostly unknown.
I am playing around with this! I'm mostly interested in something in the space of linear types + mutable value semantics.