Conversation

RSpec is kind of a fascinating use of dynamic scoping+lazy evaluation, implemented by piggybacking on top of inheritance. Each `:let` definition is actually translated into a class member, and each new scope is a subclass of its parent scope.
1