-
Hey, I'm writing a simple facts + rules app entirely in Rust here. I'm at the point of integrating a Prolog engine and wanted to go with scryer-prolog. The functionality currently required for the prolog engine by the app is:
What would be the best way to create a WAM, load files into it and make queries inside a Rust app? I suppose it should resemble what is happening inside the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is ongoing work about this in a current pull request: #1880 Could you please take a look and try to get it working on your machine? Please post any issues and question you have, thank you a lot! |
Beta Was this translation helpful? Give feedback.
There is ongoing work about this in a current pull request: #1880
Could you please take a look and try to get it working on your machine? Please post any issues and question you have, thank you a lot!