This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/README.YAP
pmoura c2e03a81b9 Logtalk 2.24.0 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1282 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2005-04-22 23:57:45 +00:00

26 lines
978 B
Prolog

=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.24.0
Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved.
=================================================================
This version of Logtalk included in the YAP distribuition does not
contain configuration files for other Prolog compilers. Also, the
Logtalk compiler/pre-processor is contained in the library/logtalk
directory.
Logtalk can be loaded from YAP either as described in the included
Logtalk documentation or by using the call:
| ?- use_module(library(logtalk)).
This will provide you with the minimal support for compiling and
running Logtalk programs. For improved Logtalk + YAP integration,
please follow the instructions on the Logtalk INSTALL file.
Note that, although we load Logtalk using the use_module/1 built-in
predicate, the system is not packaged as a module nor does it use
modules in its implementation.