←back to thread

177 points signa11 | 1 comments | | HN request time: 0.509s | source
1. kazinator ◴[] No.42170302[source]
It sounds like a lot of brain cycles for the sake of restricted form of memory management that cannot handle a simple graph structure.

We have solved memory management; you can connect your objects every which way and garbage collection can deal with it.

We should use that for 99.9..% of the code that's out there. The rest could as well be written in assembler, except that we have multiple instruction sets to target.