Received: Thu, 8 Apr 2004 06:04:18 +0900 And lo, Its wrote: > with_context (bindings) {...} # push onto dynamic bindings stack > find_in_context(var) # lookup bindings stack from innermost to outer Yup - I already replied to this in another email. > btw: I think some form of dynamic binding should be in the Ruby standard > libraries, just like resumable exceptions (whose implementation would > probably also use callcc/catch/throw). Agreed. They're just so handy =).