Next: , Previous: , Up: machinery continuations   [Index]


16.5.3 Immutability of the Scheme stack

Under Vicare machine words on the stack are immutable by definition; let’s see why. Scheme has two kinds of values: immediate and compound.

Local variables can be mutated, special care is taken to implement them; Local variables.