Upppssss, I just see this email.��Since��Abdelghani��visits RMoD,��I've discussed with him��in person��about this topic.��
Ring-Ficus is an alternative implementation to Ring (as it is in the Pharo image). Like Ring, Ficus-Ring provides models that represent system's code entities, and they are also polymorphic with them. For example, RFiClass shares the API of Class��(partially)��. The main differences are:��
- closed-universe approach: a Ring-Ficus code entity will always answers a Ring-Ficus code entity (in Ring it is not always like that)
- efficient for importing and querying whole Pharo environments: for example, you can import all Pharo 40xxx code entities and query them, e.g. find all the implementors or senders��of a selector��at each version.
Martin