stz
closures, returns, and defer
Something that can save a great deal of headaches in programming is defer. file-handle = io open: 'foo.txt' mode: io O_RDONLY defer io close: file-handle In Smalltalk, with garbage collection, we can be told by the garbage collector that something is being destroyed. Things like IO will