-
Notifications
You must be signed in to change notification settings - Fork 0
BoundName
Ben Christel edited this page Dec 19, 2020
·
1 revision
A bound name is a Variable, Constant, or Limb of a ProductType. If a Routine contains a bound name, then Closures instantiated from that routine can Access the Value or Object it refers to.
A bound name inhabits a Namespace. If it is a Limb, it may be Diegetic—that is, it may be possible for the process to reflect on the name itself rather than just getting its value, e.g. to print out a string representation of the name. Variables and Constants are usually NonDiegetic and can't be reflected upon.