root/tags/lgt291/library/NOTES

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=================================================================
2Logtalk - Object oriented extension to Prolog
3Release 2.9.1
4
5Copyright (c) 1998-2001 Paulo Moura.  All Rights Reserved.
6=================================================================
7
8This folder contains objects, categories, and protocols that implement
9predicates for dealing with common Prolog types and structures.
10
11To load a group of objects, protocols, and categories in this library
12consult the corresponding *.loader utility file. Currently, there are
13seven groups of entities defined:
14
15    dates
16    debugging
17    events
18    hierarchies
19    metapredicates
20    random
21    types
22
23There is also a file named all.loader that will load all entities in the
24seven groups listed above.
25
26Specific notes about each group of objects, categories, and protocols
27can be found in the corresponding *.notes files.
28
29Some files represent work in progress and are not loaded by default by
30any loader utility file.
31
32Some of the code in this library is based on public domain Prolog code,
33in particular, code adopted from the Edinburgh Prolog library.
34
35All source files are formatted using four-spaces tabs.
Note: See TracBrowser for help on using the browser.