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
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.
At the time of writing, we have
thisScript
, which returns the current step. Could be interesting to provide access to more interpretation context such asthisStack
orthisInterpreter
or similar.Compared with what
thisContext
offers in Squeak.