Re: [Pharo-users] Rewriting question

2017-06-10 Thread werner kassens
On 06/10/2017 04:07 PM, werner kassens wrote: On 06/10/2017 03:37 PM, werner kassens wrote: Hi, i have a private rewriting rule. unfortunately it shows up in the lower pane of the SystemBrowser which makes no sense at all, since it is not intended for use outside of the program using it. how

[Pharo-users] how to open an pharo4 image on macOs 10.12.5

2017-06-10 Thread Johannes Brauer
Hi, I cannot figure out how to open an old pharo4 image (downloaded from pharocloud) on macOs Sierra. Is there a usable vm? Johannes

Re: [Pharo-users] Rewriting question

2017-06-10 Thread werner kassens
On 06/10/2017 03:37 PM, werner kassens wrote: Hi, i have a private rewriting rule. unfortunately it shows up in the lower pane of the SystemBrowser which makes no sense at all, since it is not intended for use outside of the program using it. how do i make it invisible for that part of the sy

[Pharo-users] Rewriting question

2017-06-10 Thread werner kassens
Hi, i have a private rewriting rule. unfortunately it shows up in the lower pane of the SystemBrowser which makes no sense at all, since it is not intended for use outside of the program using it. how do i make it invisible for that part of the systembrowser? and btw where are the rules colle

Re: [Pharo-users] Wiring objects, IoC and Service Locator

2017-06-10 Thread aryehof
In SmallTalk:- 1. Blocks (i.e. anonymous functions) means that one needs not necessarily implement a /Class/ (MovieFinder), in order to vary alternative behavior, unlike Java (before 8). 2. If one does want a number of "finders" (as Classes), then one will typically see one "injected" (constructo

Re: [Pharo-users] [Modeling with Pharo] How to model a simple human interaction.

2017-06-10 Thread aryehof
Your using an object-oriented language, why not use an object /domain model/? Consider that Kristen Nygaard stated that an object-oriented "program execution is regarded as a physical model, simulating the behavior of either a real or imaginary part of the world." By physical model, he really is