Right now, rify can't do IO. It can't do math on numeric literals. It can't answer questions like is 1 < 2.
Perhaps it could. It would need a way to message its caller, asking for the answers to specific questions. Processing logic would become a conversation between the caller, and the reasoner. This is similar to chalk's execution model.
Right now, rify can't do IO. It can't do math on numeric literals. It can't answer questions like
is 1 < 2.Perhaps it could. It would need a way to message its caller, asking for the answers to specific questions. Processing logic would become a conversation between the caller, and the reasoner. This is similar to chalk's execution model.