Sept. 13, 2016
6:56 p.m.
Thanks Alex I was thinking about the code in Pharo. Plenty of examples:
- Converting money
can you tell me more about this one?
- Paper, Stone, Scissor - A canvas containing triangle, circle, box has to be printed, on an html canvas or PDF. (Very close to the Visitor design pattern, but simpler)
Here are the lectures I use: https://dl.dropboxusercontent.com/u/31543901/TMP/DoubleDispatch.zip
TX here is what I wrote today
(One of them is highly inspired from a lecture from Oscar)
I will have a look now
Hope it helps!
Cheers, Alexandre
On Sep 13, 2016, at 7:33 AM, stepharo <stepharo@free.fr> wrote:
Hi
If you happen to know a double dispatch situation in Pharo, I'm interested since I'm revisiting my lecture.
Stef