Hacker News new | ask | show | jobs
by imachine1980_ 34 days ago
How does ownership work within the Lisp tree structure?, What is the difference between ownership on this setting and ARC?
1 comments

ARC refcounts everything (many owners) whereas Loon refcounts only inside immutable shared tree nodes (one owner per handle)