Maybe useful... some months ago I've reimplemented FAME's links (and added support for ToOne, etc.) https://github.com/openponk/synchronized-links I wanted to add supports for slots, but didn't get around to it yet... but maybe it will be easier to adapt this than to rewrite everything from scratch.
Peter On Mon, Nov 12, 2018 at 9:31 AM Marcus Denker <marcus.den...@inria.fr> wrote: > > > > On 10 Nov 2018, at 22:52, Tudor Girba <tu...@tudorgirba.com> wrote: > > > > Hi, > > > > The current implementation of ToManyRelationSlot is based on a > RelationSet which holds the items in a Set. > > > > Is there an implementation that holds the items in an ordered collection? > > > Not that I know, but it would be interesting to experiment with this! > > Marcus >