Hello hello.
In Pharo Smalltalk it is possible to add a method to an existing class from the playground by using this syntax:
SmallInteger
compile: 'tenTimes
"Multiplicate a number for 10"
^ self * 10.'
classified: 'actions'.
I wonder if it is possible to do something like this evaluating a little script in a text or from a Tool in Kyma. I can imagine that it should be done at every Kyma restart, but I don't mind too much :).
best.
d