in reply to Re^4: YASWI "Prolog System Error: Thread 1"
in thread YASWI "Prolog System Error: Thread 1"

Once i_prolog.pl is loaded, it stays loaded and the engine stays running until the application ends?

Yes, that's it. In this regard, Prolog is similar to Perl, once you load a module, the subs/predicates defined there remain defined until you shutdown the program.

  • Comment on Re^5: YASWI "Prolog System Error: Thread 1"

Replies are listed 'Best First'.
Re^6: YASWI "Prolog System Error: Thread 1"
by Steve_BZ (Chaplain) on Jan 21, 2010 at 15:38 UTC

    Hi Salva

    Ok thanks, it seems to work perfectly that way.

    Steve