The standard meta-interpreter context.
kw
standard-context
The backward chaining goal standard-context
is the built-in goal that implements a meta-interpreter for the default (normal) behavior of a context. It is as if defined by the rule:
(defrule standard-context :backward ((standard-context) <-- (start-cycle) (instantiation ?instantiation) (fire-rule ?instantiation) (cut) (standard-context)))
(defcontext my-context1 :meta (((format t "~%Entering context MY-CONTEXT1")) (standard-context)))
KnowledgeWorks and Prolog User Guide (Macintosh version) - 01 Dec 2021 19:35:35