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

Reply via email to