Hi.
I extracted my question from previous thread about encoding issue in Tonel.
we will use #slots and other implementations will use #instVars
platforms will need to translate them��� for example, we will be able to interpret instVars as simple slots and categories as packages, they can do the same (it can be more complicated for slots, but at the end, is also doable)
tonel is a portable cross dialect format, but that does not means that what is saved for pharo is immediately loadable in other platforms and viceversa. When working for compatibility, framework designers takes the differences into account: they do not use traits and sometimes they need a compatibility layer (Seaside, I���m watching you). With slots they will need to do the same, and most probably they will not use them, sadly.
or incremental (while working).
I still do not decide how to proceed since is a problem we still do not have.
I have plenty of things I need to decide right now, I can wait a bit for this one :)
Esteban