Which is the best among Visual Prolog, SWI-Prolog, and others?

前端 未结 5 1204
你的背包
你的背包 2021-02-07 07:56

I have searched the Internet and stackoverflow.com, but got nothing.

Who can give me a comparison between various Prolog compilers/IDEs such as Visual Prolog and SWI-Pro

5条回答
  •  轮回少年
    2021-02-07 08:09

    There is a performance based analysis of rule engines here: http://sunysb.academia.edu/PaulFodor/Papers/349245/Openrulebench_An_Analysis_of_the_Performance_of_Rule_Engines

    Im many tests, YAP seems to be in general the faster one, but XSB is not bad at all. If you are looking for inter-language communication (with Java, C, or others), database access, or tabling (these were my requirements), XSB has an impressive amount of sophisticated libraries. However, I found YAP easier to use (until the present, I am just starting giving XSB a chance :).

提交回复
热议问题