|
Revision 4572, 0.8 KB
(checked in by pmoura, 2 weeks ago)
|
|
Updated the Logtalk version number to 2.33.3 in preparation for the next release.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.33.3 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | To load all entities in this group load the metapredicates_loader.lgt |
|---|
| 13 | utility file: |
|---|
| 14 | |
|---|
| 15 | | ?- logtalk_load(metapredicates_loader). |
|---|
| 16 | |
|---|
| 17 | The object loop implements several kinds of loops typical of imperative |
|---|
| 18 | languages. |
|---|
| 19 | |
|---|
| 20 | The object meta implements common Prolog metapredicates like apply/2 |
|---|
| 21 | and map/3. |
|---|