top | item 46844699

(no title)

aloha2436 | 29 days ago

> Rust without the crazy town complexity.

To be clear, the language has a GC then?

discuss

order

jayd16|29 days ago

I suppose it could have some kind of ARC. In theory some future languages could even have some hybrid approach? A high perf default but you can fallback to a GC allocation for hard things?

AndrewDucker|29 days ago

I'm pretty sure that there are multiple GC crates for Rust out there. But using them mixed in with non-GC variables presumably makes things more complex.