Hmm, I did that in #281 ⦠How can there be a longer selector if that was the longest symbol ? This is fun ;-) On 13 Sep 2012, at 20:38, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
in 20281 there is even longer method selector :-)
-- Pavel
On Thu, Sep 13, 2012 at 8:31 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Symbol allSymbols detectMax: [ :each | each size ]
MCClassDefinition>>#initializeWithName:superclassName:traitComposition:classTraitComposition:category:instVarNames:classVarNames:poolDictionaryNames:classInstVarNames:type:comment:commentStamp:
173
On 13 Sep 2012, at 19:15, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
I've got a small quiz question for fun: What is the length of the longest method selector in Pharo?
Before you will write an oneliner to get the exact result, try to make a tip ;-)
Cheers, -- Pavel