Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good Prolog IDE for Linux? [closed]

Tags:

linux

ide

prolog

I need to write some Prolog programs for a class.

Any recommendations?

like image 997
Marcos Lara Avatar asked Nov 12 '08 03:11

Marcos Lara


2 Answers

Prolog mode for (X)Emacs.

See http://bruda.ca/emacs-prolog/

like image 131
Marcos Lara Avatar answered Sep 19 '22 21:09

Marcos Lara


As mentioned you can use SWI-Prolog. If you like Eclipse there is an Eclipse plug-in that integrates SWI-Prolog into Eclipse. This way you have the best of both worlds, for example the SVN etc functions of Eclipse and the graphic debugger of SWI-Prolog. Worth checking out.

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

like image 30
BernardMarx Avatar answered Sep 20 '22 21:09

BernardMarx