CS 3304: Comparative Languages
Names and Binding
[
Course Documents
] : [
Names and Binding
]
Previous
Contents
Next
Keyword Index
Implicit Heap-Dynamic Lifetime
Allocation and deallocation is implicit, based on language semantics (e.g., caused by assignment statements)
Ex.: all variables in APL
Advantage:
Flexibility
Disadvantages:
Inefficient, because often all attributes are dynamic
May have delay in error detection