Name

swilgt - Logtalk integration script for SWI-Prolog

Synopsis

swilgt [-q] [-g goal]

Description

swilgt is a Logtalk integration script for SWI-Prolog. It automatically loads the SWI-Prolog adapter file, the Logtalk compiler and runtime, the Logtalk default table of library names and paths, and any existing settings file found on the lookup directories. It uses the swipl executable -s option to load the Logtalk files. It passes any options to the swipl executable; see the SWI-Prolog documentation for the available options.

Options

-q Silence Logtalk default startup messages and compilation messages by setting the report flag to warnings.

-g goal Initialization goal, written between double quotes, to be executed after Logtalk startup.

Requirements

SWI-Prolog 6.6.0 or later is required. This integration script looks for a swipl executable in the system path.

Environment

LOGTALKHOME Specifies the location of the Logtalk installation.

LOGTALKUSER Specifies the location of the Logtalk user directory.

Files

$LOGTALKHOME/integration/logtalk_swi.pl Prolog file used for loading the necessary files for starting Logtalk using SWI-Prolog as the backend compiler.

$LOGTALKHOME/adapters/swi.pl The SWI-Prolog adapter file.

$LOGTALKHOME/core/core.pl The Logtalk core compiler and runtime file.

$LOGTALKHOME/paths/paths.pl The default table of library names and paths.

$LOGTALKHOME/adapters/swihooks.pl Hooks file for supporting loading Logtalk entities using SWI-Prolog load_files/2 and consult/1 predicates and to support edit/1 and make/0.

./settings.lgt Logtalk settings file (for overriding default settings in the adapter files). May not exist.

$LOGTALKUSER/settings.lgt Logtalk settings file (for overriding default settings in the adapter files). May not exist.

$HOME/settings.lgt Logtalk settings file (for overriding default settings in the adapter files). May not exist.

$XDG_CONFIG_HOME/logtalk/settings.lgt Logtalk settings file (for overriding default settings in the adapter files). May not exist.

$HOME/.config/logtalk/settings.lgt Logtalk settings file (for overriding default settings in the adapter files). May not exist.

See also

The Logtalk website at https://logtalk.org/

The Logtalk User and Reference Manuals at $LOGTALKHOME/manuals/index.html

The SWI-Prolog website at http://www.swi-prolog.org/

logtalk_user_setup(1), logtalk_version_select(1), logtalk_backend_select(1)

Author

Paulo Moura <pmoura@logtalk.org>

Copyright

Copyright (c) 1998-2023 Paulo Moura.

This HTML page was made with roffit.