I have to disagree a bit ;-) 5 min in squeak because you knew Compiler class usage. I wanted to evaluate code scripts so I searched for evaluate (BTW: I miss the shortcut to find selector containing text selections Alt SHIFT W seems broken for me). Ok It took me a bit more than 5 min but I learned quite much on the journey (and I like the API) ^^ Browsing implementors was straight (6 instances + one depreciated that gives quite much information). I think the complexity you refer is true but also inherent to a system that try to change without getting rid of everything else (and if only they had far more manpowerâ¦) ^^ My 2 cents, Cédrick
Le 11 avr. 2020 à 15:18, Hilaire <hilaire@drgeo.eu> a écrit :
Once you know it is obvious :)
Nevertheless, It took me about one hour to discover it, and only with Squeak I can discover it.
My observations regarding the complexity of Pharo remain valid, though.
Le 11/04/2020 à 13:05, Sven Van Caekenberghe a écrit :
Hmmm ...
Shift-Return (Spotter) type 'Compiler', first hit is AbstractCompiler which has a nice public API, it has only one concrete subclass that is being used: OpalCompiler
Same for evaluate:
-- Dr. Geo http://drgeo.eu