Description:
Discussion about PROLOG.
|
|
|
Module Import Semantics
|
| |
Dear All I have stupid question about the semantics of module import statement. I am trying to compare it with the Java import. But Java import works compile time. There is no equivalent during runtime, for example in the reflection library. At compile time it just allows to drop some package prefix during resolving of names, maybe can even take... more »
|
|
How to consult prolog program in Eclipse?
|
| |
Hi all, I am new to prolog. I am using BProlog. My project needs java and prolog back and forth. So is there a way to consult prolog program in Eclipse? FYI, I have tried Prolog Plugin ([link] grad/plugin-prolog/index.html) . I shows some problem Problems executing prolog interpreter.... more »
|
|
Swi threads
|
| |
I am new to Prolog and recently started using it's thread capability. The manual says when messages are sent between threads the bindings are lost. When I try to send some term from one thread to another and try to print out the term in the receiving thread, I just get something like _L98... How do I get Prolog to re-bind the value so... more »
|
|
more articulate crossword puzzle solution
|
| |
Hi, re: [link] I have solved this exercise, but I dont think my result is as readable or concise as it could be. Any feedback on how to improve this program is appreciated. One thing is for certain. If this were a generic crossword puzzle... more »
|
|
Newbie at loss
|
| |
Hi I am trying to learn a bit of Prolog with the following simple proggie: % If we list all the numbers below 10 that are multiples of 3 or 5, % we get 3, 5, 6 and 9. The sum of these multiples is 23. % Find the sum of all the multiples of 3 or 5 below 1000. ...makeList(SL,[H|SL],_) :- H >= 1000. makeList(L,[H|SL],Fak) :- Mult is H * Fak, makeList(L,[Mult,H,SL],Fak).... more »
|
|
between when +High is infinite
|
| |
re: [link] I wrote a simple program to play with the mundane use of this predicate: someio :- between(2,5,X), write(X), nl, fail. But I dont understand the practical use of making the second argument infinite: between(X,infinite,Y) And I also dont understand what the docs are saying exactly:... more »
|
|
DOCTORAL AND POSTDOCTORAL RESEARCH POSITIONS IN CONSTRAINT PROGRAMMING
|
| |
DOCTORAL AND POSTDOCTORAL RESEARCH POSITIONS IN CONSTRAINT PROGRAMMING Declarative Languages and Artificial Intelligence Group Department of Computer Science Catholic University of Leuven, Belgium The Declarative Languages and Artificial Intelligence Group at the Catholic University of Leuven is urgently looking for doctoral and... more »
|
|
comp.lang.prolog Frequently Asked Questions
|
| |
Frequently Asked Questions - comp.lang.prolog Last-modified: 2009-10-04 Last-changes: Include CxProlog. Paulo Moura. Markus Triska (Mar. 2 2007 - ... ) Remko Troncon (Jan. 6 2002 - Mar. 2 2007) Dirk-Jan Faber (Feb. 1 1999 - Jan. 6 2002) Jamie Andrews (Aug 26 1992 - Oct. 16 1997) ______________________________ ______________________________ ______... more »
|
|
|