July 22, 2017
2:07 p.m.
Yes it is its purpose. On Sat, Jul 22, 2017 at 2:44 PM, Peter Uhnak <i.uhnak@gmail.com> wrote:
Hi,
I'm looking at Renraku and I wonder, would Renraku be a good start for general-purpose checking?
E.g. I have a domain, where Person cannot drink if they are underage.
So I've created a simple ReAbstractRule subclass that does basic check
SomeRule>>basicCheck: anEntity ^ anEntity age < 18
and also custom Critique.
So for everything seems that it works well, however I am not sure if there are some potential roadbloacks down the road, because e.g. Renraku is meant only for AST/code based rules.
Thanks, Peter