Remix.run Logo
imachine1980_ 2 hours ago

How does ownership work within the Lisp tree structure?, What is the difference between ownership on this setting and ARC?

ecto an hour ago | parent [-]

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