Live Functions: D’s experimental memory management methodology inspired by Rust

If a memory object has only one pointer to it, that pointer is the owner
of the memory object. With the single owner, it becomes straightforward to
manage the memory for the object. It also becomes trivial to synchronize access
to that memory object am… Read more

Similar

My Bet on Rust has been Vindicated

I chose Rust for a project and I had struggles along the way which made me second guess this decision, but after releasing and fulfilling use cases I hadn't considered, the decision was vindicated. The wins that Rust brings outweighed any struggles. (more…)

Read more »