[Slots] Slides from ESUG: Variables in Pharo5
Hi, The slides from the second talk are online: http://www.slideshare.net/MarcusDenker/variables-in-pharo5 <http://www.slideshare.net/MarcusDenker/variables-in-pharo5> Marcus
Marcus Denker-4 wrote
The slides from the second talk are online:
Great, thanks! Can't wait to play with this stuff :) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Slots-Slides-from-ESUG-Variables-in-Pharo5-tp4837960p4... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 17 Jul 2015, at 15:05, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
The slides from the second talk are online:
Friday afternoon (a bit dead by the head) Norbert and I implemented the example I mentioned in the talk (not the slides) of a slot that allows you to use as many ivars as you like but not using a dictionary (slow) but an array: https://pharo.fogbugz.com/f/cases/15995/UnlimitedInstanceVariableSlot There is a hidden base-slot that contains an array, and for every UnlimitedInstanceVariableSlot in the hierarchy it reserves an offset there. read/write are then using at: and at:put. Simple test is green, but there needs some more work to be done (see todo method) e.g. related to hierarchy changes, instance migration and code generation. Marcus
On 18 Jul 2015, at 16:07, Marcus Denker <marcus.denker@inria.fr> wrote:
On 17 Jul 2015, at 15:05, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
The slides from the second talk are online:
Friday afternoon (a bit dead by the head) Norbert and I implemented the example I mentioned in the talk (not the slides) of a slot that allows you to use as many ivars as you like but not using a dictionary (slow) but an array:
https://pharo.fogbugz.com/f/cases/15995/UnlimitedInstanceVariableSlot
There is a hidden base-slot that contains an array, and for every UnlimitedInstanceVariableSlot in the hierarchy it reserves an offset there.
read/write are then using at: and at:put.
Simple test is green, but there needs some more work to be done (see todo method) e.g. related to hierarchy changes, instance migration and code generation.
This is in 50#178 Marcus
On Fri, Jul 17, 2015 at 3:05 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
The slides from the second talk are online:
Video is finally online, too: Video Part1: https://www.youtube.com/watch?v=hEWKV9eWAGY Video Part2: https://www.youtube.com/watch?v=hEWKV9eWAGY
Great job Marcus ! I could not the SciSmalltalk talk. This was maybe not recorded ? Regards Sent from my iPhone
On 9 oct. 2015, at 17:10, Marcus Denker <marcus.denker@inria.fr> wrote:
On Fri, Jul 17, 2015 at 3:05 PM, Marcus Denker <marcus.denker@inria.fr> wrote: Hi,
The slides from the second talk are online:
Video is finally online, too:
Video Part1: https://www.youtube.com/watch?v=hEWKV9eWAGY Video Part2: https://www.youtube.com/watch?v=hEWKV9eWAGY
On 11 Oct 2015, at 09:36, serge.stinckwich@gmail.com wrote:
Great job Marcus ! I could not the SciSmalltalk talk. This was maybe not recorded ?
Yes, I am missing SciSmalltalk and Block. But I do have some more videos to go through (not many and they are supposed to be from tuesday afternoon). I am now going through the talks one by one from the start⦠doing all the small stuff (converting slides to pdf, upload slideshare, check if video existsâ¦) Monday looks already good. Marcus
Thank you Marcus. This was not urgent matter for me ;-) I don't remember if I give the slides. Please ping me if they are missing. Sent from my iPhone
On 11 oct. 2015, at 11:21, Marcus Denker <marcus.denker@inria.fr> wrote:
On 11 Oct 2015, at 09:36, serge.stinckwich@gmail.com wrote:
Great job Marcus ! I could not the SciSmalltalk talk. This was maybe not recorded ?
Yes, I am missing SciSmalltalk and Block. But I do have some more videos to go through (not many and they are supposed to be from tuesday afternoon).
I am now going through the talks one by one from the start⦠doing all the small stuff (converting slides to pdf, upload slideshare, check if video existsâ¦)
Monday looks already good.
Marcus
participants (3)
-
Marcus Denker -
Sean P. DeNigris -
serge.stinckwich@gmail.com