I am currently looking into implementing weak unification into a WAM, following https://link.springer.com/chapter/10.1007/978-3-642-02478-8_31. Do you think that the basic resolution capabilities of your WAM are stable enough to be used in a real world setting?
Probably, yes. Some changes to the unification algorithm are forthcoming, but they only have to do with extending it with attributed variables. If you don't use attributed variables, it will be the same as before.
I am currently looking into implementing weak unification into a WAM, following https://link.springer.com/chapter/10.1007/978-3-642-02478-8_31. Do you think that the basic resolution capabilities of your WAM are stable enough to be used in a real world setting?