|
Revision 30, 1.1 KB
(checked in by pmoura, 7 years ago)
|
|
This commit was manufactured by cvs2svn to create tag 'lgt291'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================= |
|---|
| 2 | Logtalk - Object oriented extension to Prolog |
|---|
| 3 | Release 2.9.1 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================= |
|---|
| 7 | |
|---|
| 8 | This folder contains objects, categories, and protocols that implement |
|---|
| 9 | predicates for dealing with common Prolog types and structures. |
|---|
| 10 | |
|---|
| 11 | To load a group of objects, protocols, and categories in this library |
|---|
| 12 | consult the corresponding *.loader utility file. Currently, there are |
|---|
| 13 | seven groups of entities defined: |
|---|
| 14 | |
|---|
| 15 | dates |
|---|
| 16 | debugging |
|---|
| 17 | events |
|---|
| 18 | hierarchies |
|---|
| 19 | metapredicates |
|---|
| 20 | random |
|---|
| 21 | types |
|---|
| 22 | |
|---|
| 23 | There is also a file named all.loader that will load all entities in the |
|---|
| 24 | seven groups listed above. |
|---|
| 25 | |
|---|
| 26 | Specific notes about each group of objects, categories, and protocols |
|---|
| 27 | can be found in the corresponding *.notes files. |
|---|
| 28 | |
|---|
| 29 | Some files represent work in progress and are not loaded by default by |
|---|
| 30 | any loader utility file. |
|---|
| 31 | |
|---|
| 32 | Some of the code in this library is based on public domain Prolog code, |
|---|
| 33 | in particular, code adopted from the Edinburgh Prolog library. |
|---|
| 34 | |
|---|
| 35 | All source files are formatted using four-spaces tabs. |
|---|