phiroc_at_free.fr wrote: > Hello, > > could someone please explain to me the difference between CLIPS and Eclipse? Is > Eclipse an offshoot of the CLIPS project? > > I don't know what CLIPS you are referring to, but we (ECLiPSe) are not related to any CLIPS project. ECLiPSe grew out of the research at ECRC in Germany in the 1980s. > Furthermore, how does Eclipse's Prolog differ from vanilla Prolog? Last but not > least, what are the advantages of Eclipse over SWI-Prolog? > > By vanilla Prolog, I assume you mean `standard' Prolog. ECLiPSe has basically the syntax you see in most textbooks for Prolog. It does have various syntatic extensions such as logical loops and named structures. However, the main extra feature of ECLiPSe is the support of various constraint solvers. You can go to the ECLiPSe website (www.eclipse-clp.org), and look at the features page for more detail. As for comparison with SWI-Prolog, I don't think SWI-Prolog have much support for constraint solvers, as it is mainly a `pure' Prolog system. I think the execution speed for Prolog code is also somewhat faster in ECLiPSe, although I have not made any recent comparisons. [but if pure Prolog speed is what you are after, then there are other Prologs such as Yap which is probably faster than ECLiPSe] Cheers, Kish > Many thanks. > > Philippe > > _______________________________________________ > ECLiPSe-Users mailing list > ECLiPSe-Users_at_crosscoreop.com > http://www.crosscoreop.com/mailman/listinfo/eclipse-users >Received on Mon Dec 18 2006 - 18:28:32 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:57 CET