How better ide or command line prolog.Now strating

1000 Sorry.
I am new in prolog.Sorry search…Some have experience to help me.

I’m looking for use code prolog.

1.How better ide or other command line use prolog because the SWI Prolog have many problem in command line?

SWI Prolog is dificult to used. I get used to

ok find from documentation

https:_www.swi-prolog.org/windows.html

======================haos==================

2.In SWI-Prolog-Editor can compile and execute prolog code.

  1. gprolog mingw with cygwin linux for windows or gprolog msvc understand msvc for c/c++
    Working somebody with atom?
    I try some beter in SWI Prolog Emacs GNU etc.Is better ?
    Visual studio code add all extension prolog but do run execute without debugging not work.
    There is and SICStus is a state-of-the-art, ISO standard compliant. Oh oh…
    ============================================
    Yet extension prolog had problem but solution with…

file extension prolog,until today used .*.pl but …
Had problem with extension prolog like *.pl and some program doing confilt.
*.pl used all word Pel and my computer.

The solution for prolog change registry windows.
3.1.1.1 File Name Extensions documantation prolog
https:_www.swi-prolog.org/pldoc/man?section=fileext

Do you mean that in Visual Studio Code VSC-Prolog is not working ? It should work of course, usually it’s enough the executable path is known…

Thank you CapelliC

my filename is game8.pl but anser not find extension because pl corresponds with perl.

I run perl in my computer.

X is the extension for prolog what is. game8.X

what must put X.

I must put and the path
“C:\Program Files\swipl\bin”
that find swipl.exe with cmd

swipl.exe run command line prolog.

Be well.

I am using the Eclipse IDE with the PDT plugin – which works very well for me.

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

In particular best to follow the installation instructions:

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

It needs swi-prolog installed, the Java runtime, Eclipse IDE and then the PDT plugin added

aaa
thank you
i used Eclipse IDE with java.Ok.
Eclipse is good.I download Eclipse for prolog.Thanks

What extension is correct to use my files for prolog?
For perl use komode IDE but confilt with perl the extension *.pl.

Thanks
Be well.

You can keep the pl extension, since in eclipse you would always load the file through the menu, and you can run the program within the Prolog console within the Eclipse IDE.

If you don’t see the Prolog console you can make it visible through the Window->Show View->Other menu and the select Prolog Console – which will open that Eclipse View for you.

In Eclipse when you consult a prolog file (through right clicking on the open file window and selecting (Re)consult. or by pressing F9.

Dan

Try the github link:

In Eclipse you go to: Help->Install New Software->Add

And you paste the link into the pop up window

2 link is…
I display the code to understand but the de not like.
Do not used the link.

Best if you review the install instructions:

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

Here is an image of the page:

Note: you don’t run the jar from the command line – instead you paste the link into the eclpse add new software entry field – and eclipse then accesses the link to download the plugin

Thanks I see other days when search the code of link first.

Undetstand inside java work prolog.

Thank you very match.

Here is a youtube video that demonstates the installation – hope it helps.