|
|
|
|
|
by 59nadir
1125 days ago
|
|
> Tangentially related, I'd to dabble in Rust at some point but the syntax and memory management leave me trepidatious [...] Assuming your trepidation is because memory management is somehow more manual in Rust I would argue that it's actually not. This isn't something I'm saying because I want to convince you to use Rust; I'm actually of the opinion that Rust doesn't give you enough direct control of memory allocation and has iffy support for custom allocators on top. Rust's memory management is much more like a garbage collected language in practice, hence why I consider it too indirect. |
|