On 10 Nov 2017, at 13:05, Denis Kudriashov <dionisiydk@gmail.com> wrote:2017-11-10 16:30 GMT+01:00 Martin McClure��<martin@hand2mouse.com>:Tonel is intended to be, I believe:
* For Smalltalk primarily (although there are other languages)
* Be for any Smalltalk dialect (although the first implementation is for Pharo, it is being ported to GemStone, and we intend to port it to VW and VA)Interesting how it will be handled when Pharo will use slots abstraction exclusively. And more simple, when there will be only package and tags instead of class categories.To be more clear. Imaging that instead of #instanceVariables field Pharo will use #slots. And instead of #category it will be #package and #tagswhat does it has to do with this thread?
handling that is trivial: once we actually have slots (bah, we have them, but once we *use* them) and once we move to package+tags, we just adapt the descriptions. That���s the advantage of using STON to keep them.