hpi-swa / vivide

A Squeak/Smalltalk-based programming environment and framework that supports low-effort construction of graphical tools by employing a data-driven perspective and a script-based programming model.
MIT License
58 stars 9 forks source link

Provide access to broader script-interpretation context #296

Open marceltaeumel opened 5 years ago

marceltaeumel commented 5 years ago

At the time of writing, we have thisScript, which returns the current step. Could be interesting to provide access to more interpretation context such as thisStackor thisInterpreter or similar.

Compared with what thisContext offers in Squeak.