Changeset 4267
- Timestamp:
- 05/18/08 08:53:33 (5 months ago)
- Location:
- trunk/configs
- Files:
-
- 2 modified
-
NOTES.txt (modified) (4 diffs)
-
swi_set_logtalk_context.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES.txt
r4265 r4267 10 10 improve or correct some of these files, or write new ones for other 11 11 Prolog compilers, please send me a copy. It is impossible for me to 12 individually test Logtalk under each Prolog listed here (or, for that 13 mater, to own a copy of each one of these compilers). For some of 14 these Prolog compilers I only have the manuals available on-line. 12 individually test Logtalk under all combinations of compatible Prolog 13 versions and operating-system versions (or, for that mater, to own a 14 copy of each one of these compilers). For some of these Prolog compilers 15 I only have the manuals available on-line. 15 16 16 17 As a general rule, always try to use the latest version of your Prolog 17 compiler of choice. Most Prolog compilers are moving towards better 18 ISO Standard compatibility and, as a consequence, improved Logtalk 19 compatibility. 18 compiler of choice. For Prolog compilers with long release cycles, this 19 may imply use of development versions. Most Prolog compilers are moving 20 towards better ISO Standard compatibility and, as a consequence, improved 21 Logtalk compatibility. 22 23 Most of the suggestions you will find in this file for integrating Logtalk 24 with specific Prolog compilers are already implemented and available in the 25 "integration" directory of the Logtalk distribution. 20 26 21 27 … … 26 32 If a config file for your favorite Prolog is not available, use this 27 33 file as a template for writing one. For each predicate in the file, 28 seeif it is built-in in your Prolog, available in a library, or if34 check if it is built-in in your Prolog, available in a library, or if 29 35 you can write a better definition. 30 36 … … 451 457 as XPCE call-back goals. 452 458 453 See the comments in the "swi_set_logtalk_context.pl" itself for a459 See the comments in the "swi_set_logtalk_context.pl" file itself for a 454 460 description of its functionality. 455 461 … … 469 475 470 476 471 YAP 5.1. 2and later versions477 YAP 5.1.3 and later versions 472 478 473 479 yap.config -
trunk/configs/swi_set_logtalk_context.pl
r4233 r4267 15 15 % normal Logtak/Prolog top-level 16 16 % 17 % last updated: April 16, 2007 17 % as of Logtalk version 2.30.1 you may use in alternative the <</2 control 18 % construct, which provides a more robust solution for making queries in 19 % the context of objects other than "user" 20 % 21 % last updated: May 18, 2008 18 22 % 19 23 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
