Hi!
Can I modify the method source code by simply inspecting it? Consider the following method C>>foo ^ ‘hello’
If I do: (C>>#foo) inspect when I have an inspector on the compiled method. I can see the source code. But I cannot modify it :-( How to support a recompilation of the method?
Cheers, Alexandre