-
I see an example with tabling and the table keyword but there is nothing in the documentation. Is it safe for work? |
Beta Was this translation helpful? Give feedback.
Answered by
pmoura
Apr 17, 2024
Replies: 1 comment
-
Logtalk tabling support, for the Prolog backends that implement tabling, is handled at the backend adapter files level. The read-only Logtalk |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
schwidom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logtalk tabling support, for the Prolog backends that implement tabling, is handled at the backend adapter files level. The read-only Logtalk
tabling
flag is set tosupported
in those cases. But note that portability may be an issue as tabling implementations differ between Prolog systems.