[Pharo-dev] Re: The curious case of constant blocks

2023-05-22 Thread stephane ducasse
I love the idea of a blog post. I like to be able to read about when I want. S > On 22 May 2023, at 14:12, Marcus Denker wrote: > > I have put a slightly improved version here, it at the end adds a discussion > that the mapping still > works (you can inspect ConstantBlockClosure allSubInstan

[Pharo-dev] Re: The curious case of constant blocks

2023-05-22 Thread Marcus Denker
I have put a slightly improved version here, it at the end adds a discussion that the mapping still works (you can inspect ConstantBlockClosure allSubInstances and it can even show the block highlighted in the home method). https://blog.marcusdenker.de/constant-blocks-in-pharo11 I will