Hacker News new | ask | show | jobs
by elcritch 2125 days ago
P.S. Since you’re using C++ shared pointers, you might want a cycle detection. But like Nim’s new ARC you can let the programmer beware and ensure their programs don’t produce cycles. It seems handy to allow pure RC’ing for embedded devices.
1 comments

I'll keep this in mind.