Embedded Prolog Interpreter/Compiler for Java

前端 未结 13 1913
野性不改
野性不改 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:04

    There are a number of Prolog implementations in Java. They are not terribly fast, but convenient to use from within Java. Examples are: TuProlog or PrologCafe You can also have a look at the following Bachelor's thesis on the subject of Execution and Analysis of Prolog Programs in Java.

提交回复
热议问题