swi-prolog
SWI Prolog interpret/compile from command line
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:[详细]
2023-04-06 22:50 分类:问答Using SWI-Prolog with Eclipse and Java (and JUNG): Should I use ProDT, PDT, or both?
I want to use SWI-Prolog, Eclipse, and Java together and I have two i开发者_运维百科nterrelated related issues:[详细]
2023-04-06 10:25 分类:问答How to read the data from text file in Prolog
How do I read data from a text file in Prolog? Is there any example of file reading in SWI-pro开发者_如何转开发log?readfacts:-[详细]
2023-04-03 19:10 分类:问答swi_prolog calling c++ program
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.[详细]
2023-03-29 02:27 分类:问答SWI-Prolog C++ interface
I get an error while trying to load a DLL generated with swipl-ld in prolog the predicate that throws the exception is this[详细]
2023-03-27 17:41 分类:问答Using phrase_from_file to read a file's lines
I\'ve been trying to parse a file containing lines of integers using phrase_from_file with the grammar rules[详细]
2023-03-23 11:05 分类:问答How to query RDF/OWL using SWI-Prolog's Semantic Web Library?
How can I use the SWI-Prolog Semantic Web Library to make a query into the OWL/RDF file and extract some information?[详细]
2023-03-12 17:07 分类:问答How loading file in Prolog?
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.[详细]
2023-03-10 21:41 分类:问答Looking for examples of the record library for SWI-prolog [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-08 10:34 分类:问答Call prolog predicate from python
I have some .pl file and I want to call predicate declared in it from py开发者_如何学Gothon script. How can I do that?[详细]
2023-03-08 02:16 分类:问答