Published inConcerning PharoPharo’s hidden gem: GeneratorGenerator class seems to be quite unknown by Pharoers I know so let’s talk about it.Mar 27, 2020Mar 27, 2020
Published inConcerning PharoWatch your instance variables!As a follow-up to my previous article related to Pharo slots, I will show you another killer feature that comes with Slots: the…Mar 19, 2020Mar 19, 2020
Typed slots for PharoPharo is a highly-dynamic language providing an advanced reflexive API. In particular, instance variables of a class are reified as slots…May 7, 2019May 7, 2019
Published inConcerning PharoA quick memory game using Pharo’s dynamic spec builderI recently implemented a generic builder for dynamic spec presenters.Aug 25, 2018Aug 25, 2018
Published inConcerning PharoWatch method calls in PharoThis week I learned a quite cool way to watch whether a method is called during the execution of some code in Pharo. Since I found no…Apr 29, 2018Apr 29, 2018
Published inConcerning PharoHacking a simple syntax highlighter around Spec’s TextModelI need to do basic highlighting of SQL code inside text editor in Pharo. Spec is high-level GUI framework allowing one one to design…Nov 13, 20171Nov 13, 20171
Published inConcerning PharoA Turing Machine simulator written in PharoI am studying Turing Machines in a course named “Calculability and Complexity” this year. I wondered how easy it would be to write a Turing…Jan 14, 20162Jan 14, 20162