Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am very new to prolog, I have searched the whole web for decent IDE but I couldn't find any. What I'd like to know is that, Is there any ide that can work like Visual Studio or Netbeans ? The SWI is a full console application and Amzi opens notepad any time I want to edit a file, I don't know why?

I couldn't get eclipse prolog plugin to work either, it says the path is incorrect, I hate eclipse anyway.

What do you suggest ?

share|improve this question
I think that most people writing in prolog use emacs (or other editors), not IDEs – thanosQR Jul 24 '12 at 21:02
SWI has graphical tools akin to an IDE built on XPCE which features an Emacs-like editor, among other things. At the console prompt, enter ''help.'', and from the help browser menu bar open the XPCE manual. Its menus have the editor and more. – ThomasH Jul 25 '12 at 20:42

closed as not constructive by Robert Harvey Jul 24 '12 at 20:55

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.