@AmeBel commented on this pull request.
> @@ -300,6 +300,9 @@ ; psi rules. For now, this is OK, but at some point, this will become ; a bottleneck, as we will need to evaluate more rules more often. ; +(define psi-run-per-demand-loop-is-going #f) ;;; XXX this should be a +;;;continuation instead. of a global.Why should it be a continuation?