Is there a recommended Prolog ID for Mac?

I would like to do something in Prolog. You just need a good Mac environment to make it no pain in the butt. Which IDE do you recommend?

+7
source share
6 answers

According to the "not quite IDE" answers, Textmate seems to be a favorite of OS X developers.

There seems to be support for the Prolog community.

+3
source

There is also a free Eclipse-based Prolog IDE, PDT, available from:

https://sewiki.iai.uni-bonn.de/research/pdt/start

+4
source

Not exactly about IDes, but the current Logtalk distribution includes support for several text editors and syntax markers that can also be used to program Prolog:

http://trac.logtalk.org/browser/trunk/wenv

Prolog FAQs also provide useful information on editing and publishing Prolog code (sections 15 and 16):

http://www.logic.at/prolog/faq/

+3
source

There are several plugins available for Eclipse that work well with prologs. Theres is the SICStus plugin that we use on Uni, although I do not believe it is free. There are also several other options in the Eclipse Marketplace (in the Help menu).

+1
source

Try CiaoDE plus GNU Emacs. CiaoDE is a modern prolog system with many libraries running on OS X, Linux and Windows.

0
source

You can use XGP for this.

0
source

All Articles