[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Users-prolog Digest, Vol 97, Issue 4
From: |
Duncan Patton a Campbell |
Subject: |
Re: Users-prolog Digest, Vol 97, Issue 4 |
Date: |
Tue, 12 Jul 2011 11:02:12 -0600 |
On Tue, 12 Jul 2011 12:00:10 -0400
address@hidden wrote:
>
> They look helpful... I'll have to play around with them... though I've not
> yet worked out how to make the executable evaluate a default goal... which
> looks like a problem I'll have to solve first.
I believe what you are looking for is
:- initialization(duit).
where duit is a goal that acts as the entrypoint to your code.
Otherwise Gprolog uses c/unix programming conventions, such as
Makefiles and such.
Dhu
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Users-prolog Digest, Vol 97, Issue 4,
Duncan Patton a Campbell <=