I am using Windows, and i want to interpret/compile a prolog file with cmd, is any method to do that?. The purpose is to make a shell to the interpreter/compiler prolog to a file like:
I want to use SWI-Prolog, Eclipse, and Java together and I have two i开发者_运维百科nterrelated related issues:
How do I read data from a text file in Prolog? Is there any example of file reading in SWI-pro开发者_如何转开发log?readfacts:-
I have a c++ program and I would like to have a prolog program call functions or method开发者_如何学运维s in the c++ program.I am new to this and if there is some tutorial I would appreciate the link.
I get an error while trying to load a DLL generated with swipl-ld in prolog the predicate that throws the exception is this
I\'ve been trying to parse a file containing lines of integers using phrase_from_file with the grammar rules
How can I use the SWI-Prolog Semantic Web Library to make a query into the OWL/RDF file and extract some information?
I have a file, name: \"file1.pl\" in c:/. Now I want to load the file into the prolog, and then ask a query about the procedure and the relations that I defined.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have some .pl file and I want to call predicate declared in it from py开发者_如何学Gothon script. How can I do that?