SWI-prolog, runtime app -- how?

From: Will Briggs (briggs_w_at_yahoo.com)
Date: 04/13/04


Date: 13 Apr 2004 09:25:10 -0700

RTFM, but I don't see how to get an executable program from
SWI-prolog. (I do see how to "save the state of the program" in a
"resource file," but not how to get an executable.)

I want to be able to give it arguments, as in "main (int argc, char*
argv[])" in C; the OS is Unix.

Does anyone have any examples or tutorials?

TIA,
Will Briggs