[Main website]

fetaure/reification-of-the-caller

In Smalltalk it is possible to see the caller of a message, reificating the call-stack. With this feature it is also possible to debug code; writing tools for debugging it; managing call stack and exception management in fancy ways. This is tecnique of feature/reflection