Embedded Prolog Interpreter/Compiler for Java

前端 未结 13 1925
野性不改
野性不改 2020-12-04 16:51

I\'m working on an application in Java, that needs to do some complex logic rule deductions as part of its functionality. I\'d like to code my logic deductions in Prolog or

13条回答
  •  一向
    一向 (楼主)
    2020-12-04 17:16

    According to Wikipedia, the following versions of Prolog have Java interfaces. I've linked to the main pages for them:

    • BProlog
    • Ciao Prolog
    • SICStus Prolog
    • SWI Prolog
    • TuProlog (implemented in Java)
    • LPA Prolog

    Good luck with your search!

提交回复
热议问题