Near ref

From Erights

(Difference between revisions)
Jump to: navigation, search
(Redirecting to Near reference)
Line 1: Line 1:
-
#REDIRECT [[Near reference]]
+
'''Near''' is one of the three main [[reference state]]s, along with [[eventual ref|eventual]] and [[broken ref|broken]].
 +
 
 +
Near refs designate objects in the same [[vat]], and so they can be the recipients of [[immediate call]]s. Near refs cannot change [[reference state|state]] to [[broken ref|broken]].
 +
 
 +
Ordinary objects in the same vat (<code>[[LiteralExpr|"foo"]]</code>, <code>[[ObjectExpr|def foo {...}]]</code>, <code>[[ConstList|[1, 2, 3]]], etc.</code>) are near references.

Revision as of 10:31, 27 September 2008

Near is one of the three main reference states, along with eventual and broken.

Near refs designate objects in the same vat, and so they can be the recipients of immediate calls. Near refs cannot change state to broken.

Ordinary objects in the same vat ("foo", def foo {...}, [1, 2, 3], etc.) are near references.

more tools