Include Paulo Moura's Logtalk OO LP system
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@53 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
21
Logtalk/README.YAP
Normal file
21
Logtalk/README.YAP
Normal file
@@ -0,0 +1,21 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.8.4
|
||||
|
||||
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)).
|
||||
|
||||
Note that, although we load Logtalk using the @code{use_module/1}
|
||||
built-in predicate, the system is not packaged as a module not does
|
||||
it use modules in its implementation.
|
Reference in New Issue
Block a user