Hello!
I’m looking for resources on the design and implementation of Term Rewriting Systems. I’m particularly interested in systems for use in discrete math and computer algebra systems, but any resource is welcome.
Also, how do these systems relate to graph reduction in lazy functional languages?
Thank you!
The code is available online:
https://www21.in.tum.de/~nipkow/TRaAT/
The book also contains many useful references, which I also recommend to check out for your other questions.
Also, in my experience, logic programming languages like Prolog are especially useful for reasoning about term rewriting systems, because they provide built-in features such as unification, subsumption checks and implicit search and backtracking which are very useful when working with and reasoning about term rewriting systems.