This file is indexed.

/usr/lib/swi-prolog/doc/Manual/consulting.html is in swi-prolog-nox 5.10.4-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<HTML>
<HEAD>
<TITLE>SWI-Prolog 5.11.18 Reference Manual: Section 4.3</TITLE><LINK REL=home HREF="index.html">
<LINK REL=contents HREF="Contents.html">
<LINK REL=index HREF="DocIndex.html">
<LINK REL=summary HREF="summary.html">
<LINK REL=previous HREF="chars.html">
<LINK REL=next HREF="listing.html">
<STYLE type="text/css">
/* Style sheet for SWI-Prolog latex2html
*/

dd.defbody
{ margin-bottom: 1em;
}

dt.pubdef
{ background-color: #c5e1ff;
}

dt.multidef
{ background-color: #c8ffc7;
}

.bib dd
{ margin-bottom: 1em;
}

.bib dt
{ float: left;
margin-right: 1.3ex;
}

pre.code
{ margin-left: 1.5em;
margin-right: 1.5em;
border: 1px dotted;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
background-color: #f8f8f8;
}

div.navigate
{ text-align: center;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
}

div.title
{ text-align: center;
padding-bottom: 1em;
font-size: 200%;
font-weight: bold;
}

div.author
{ text-align: center;
font-style: italic;
}

div.abstract
{ margin-top: 2em;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
margin-left: 10%; margin-right:10%;
}

div.abstract-title
{ text-align: center;
padding: 5px;
font-size: 120%;
font-weight: bold;
}

div.toc-h1
{ font-size: 200%;
font-weight: bold;
}

div.toc-h2
{ font-size: 120%;
font-weight: bold;
margin-left: 2em;
}

div.toc-h3
{ font-size: 100%;
font-weight: bold;
margin-left: 4em;
}

div.toc-h4
{ font-size: 100%;
margin-left: 6em;
}

span.sec-nr
{
}

span.sec-title
{
}

span.pred-ext
{ font-weight: bold;
}

span.pred-tag
{ float: right;
padding-top: 0.2em;
font-size: 80%;
font-style: italic;
color: #202020;
}

/* Footnotes */

sup.fn { color: blue; text-decoration: underline; }
span.fn-text { display: none; }
sup.fn span {display: none;}
sup:hover span
{ display: block !important;
position: absolute; top: auto; left: auto; width: 80%;
color: #000; background: white;
border: 2px solid;
padding: 5px; margin: 10px; z-index: 100;
font-size: smaller;
}
</STYLE>
</HEAD>
<BODY BGCOLOR="white">
<DIV class="navigate"><A class="nav" href="index.html"><IMG SRC="home.gif" BORDER=0 ALT="Home"></A>
<A class="nav" href="Contents.html"><IMG SRC="index.gif" BORDER=0 ALT="Contents"></A>
<A class="nav" href="DocIndex.html"><IMG SRC="yellow_pages.gif" BORDER=0 ALT="Index"></A>
<A class="nav" href="summary.html"><IMG SRC="info.gif" BORDER=0 ALT="Summary"></A>
<A class="nav" href="chars.html"><IMG SRC="prev.gif" BORDER=0 ALT="Previous"></A>
<A class="nav" href="listing.html"><IMG SRC="next.gif" BORDER=0 ALT="Next"></A>
</DIV>

<H2><A NAME="sec:4.3"><SPAN class="sec-nr">4.3</SPAN> <SPAN class="sec-title">Loading 
Prolog source files</SPAN></A></H2>

<A NAME="sec:consulting"></A>

<P>This section deals with loading Prolog source-files. A Prolog source 
file is a plain text file containing a Prolog program or part thereof. 
Prolog source files come in three flavours:

<DL class="latex">
<DT><B> A traditional</B></DT>
<DD>
Prolog source file contains Prolog clauses and directives, but no <EM>module-declaration</EM>. 
They are normally loaded using <A NAME="idx:consult1:337"></A><A class="pred" href="consulting.html#consult/1">consult/1</A> 
or <A NAME="idx:ensureloaded1:338"></A><A class="pred" href="consulting.html#ensure_loaded/1">ensure_loaded/1</A>.</DD>
<DT><B> A module</B></DT>
<DD>
Prolog source file starts with a module declaration. The subsequent 
Prolog code is loaded into the specified module and only the <EM>public</EM> 
predicates are made available to the context loading the module. Module 
files are normally loaded using <A NAME="idx:usemodule12:339"></A><A class="pred" href="import.html#use_module/1">use_module/[1,2]</A>. 
See <A class="sec" href="modules.html">chapter 5</A> for details.</DD>
<DT><B> An include</B></DT>
<DD>
Prolog source file is loaded using the <A NAME="idx:include1:340"></A><A class="pred" href="consulting.html#include/1">include/1</A> 
directive and normally contains only directives.
</DD>
</DL>

<P>Prolog source-files are located using <A NAME="idx:absolutefilename3:341"></A><A class="pred" href="files.html#absolute_file_name/3">absolute_file_name/3</A> 
with the following options:

<PRE class="code">
locate_prolog_file(Spec, Path) :-
        absolute_file_name(Spec,
                           [ file_type(prolog),
                             access(read)
                           ],
                           Path).
</PRE>

<P>The <CODE>file_type(prolog)</CODE> option is used to determine the 
extension of the file using <A NAME="idx:prologfiletype2:342"></A><A class="pred" href="consulting.html#prolog_file_type/2">prolog_file_type/2</A>. 
The default extension is
<CODE>.pl</CODE>. <VAR>Spec</VAR> allows for the <EM>path-alias</EM> 
construct defined by <A NAME="idx:absolutefilename3:343"></A><A class="pred" href="files.html#absolute_file_name/3">absolute_file_name/3</A>. 
The most commonly used path-alias is <CODE>library(LibraryFile)</CODE>. 
The example below loads the library file <CODE>ordsets.pl</CODE> 
(containing predicates for manipulating ordered sets).

<PRE class="code">
:- use_module(library(ordsets)).
</PRE>

<P>SWI-Prolog recognises grammar rules (<A NAME="idx:DCG:344">DCG</A>) 
as defined in
<CITE><A class="cite" href="Bibliography.html#Clocksin:87">Clocksin &amp; 
Melish, 1987</A></CITE>. The user may define additional compilation of 
the source file by defining the dynamic predicates <A NAME="idx:termexpansion2:345"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
and
<A NAME="idx:goalexpansion2:346"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A>. 
Transformations by <A NAME="idx:termexpansion2:347"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
overrule the systems grammar rule transformations. It is not allowed to 
use <A NAME="idx:assert1:348"></A><A class="pred" href="db.html#assert/1">assert/1</A>,
<A NAME="idx:retract1:349"></A><A class="pred" href="db.html#retract/1">retract/1</A> 
or any other database predicate in <A NAME="idx:termexpansion2:350"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
other than for local computational purposes.<SUP class="fn">22<SPAN class="fn-text">It 
does work for normal loading, but not for <A NAME="idx:qcompile1:351"></A><A class="pred" href="consulting.html#qcompile/1">qcompile/1</A>.</SPAN></SUP>

<P>Directives may be placed anywhere in a source file, invoking any 
predicate. They are executed when encountered. If the directive fails, a 
warning is printed. Directives are specified by :-/1 or ?-/1. There is 
no difference between the two.

<P>SWI-Prolog does not have a separate reconsult/1 predicate. 
Reconsulting is implied automatically by the fact that a file is 
consulted which is already loaded.

<DL class="latex">
<DT class="pubdef"><A NAME="load_files/2"><STRONG>load_files</STRONG>(<VAR>:Files, 
+Options</VAR>)</A></DT>
<DD class="defbody">
The predicate <A NAME="idx:loadfiles2:352"></A><A class="pred" href="consulting.html#load_files/2">load_files/2</A> 
is the parent of all the other loading predicates except for <A NAME="idx:include1:353"></A><A class="pred" href="consulting.html#include/1">include/1</A>. 
It currently supports a subset of the options of Quintus <A NAME="idx:loadfiles2:354"></A><A class="pred" href="consulting.html#load_files/2">load_files/2</A>. <VAR>Files</VAR> 
is either a single source-file, or a list of source-files. The 
specification for a source-file is handed to <A NAME="idx:absolutefilename2:355"></A><A class="pred" href="files.html#absolute_file_name/2">absolute_file_name/2</A>. 
See this predicate for the supported expansions. <VAR>Options</VAR> is a 
list of options using the format
<BLOCKQUOTE>
<VAR>OptionName</VAR>(<VAR>OptionValue</VAR>)
</BLOCKQUOTE>

<P>The following options are currently supported:

<DL class="latex">
<DT><STRONG>autoload</STRONG>(<VAR>Bool</VAR>)</DT>
<DD class="defbody">
If <CODE>true</CODE> (default <CODE>false</CODE>), indicate this load is 
a
<EM>demand</EM> load. This implies that, depending on the setting of the 
Prolog flag <A class="flag" href="flags.html#flag:verbose_autoload">verbose_autoload</A> 
the load-action is printed at level <CODE>informational</CODE> or <CODE>silent</CODE>. 
See also <A NAME="idx:printmessage2:356"></A><A class="pred" href="exception.html#print_message/2">print_message/2</A> 
and <A NAME="idx:currentprologflag2:357"></A><A class="pred" href="flags.html#current_prolog_flag/2">current_prolog_flag/2</A>.</DD>
<DT><STRONG>derived_from</STRONG>(<VAR>File</VAR>)</DT>
<DD class="defbody">
Indicate that the loaded file is derived from <VAR>File</VAR>. Used by
<A NAME="idx:make0:358"></A><A class="pred" href="consulting.html#make/0">make/0</A> 
to time-check and load the original file rather than the derived file.</DD>
<DT><STRONG>encoding</STRONG>(<VAR>Encoding</VAR>)</DT>
<DD class="defbody">
Specify the way characters are encoded in the file. Default is taken 
from the Prolog flag <A class="flag" href="flags.html#flag:encoding">encoding</A>. 
See <A class="sec" href="widechars.html">section 2.17.1</A> for details.</DD>
<DT><STRONG>expand</STRONG>(<VAR>Bool</VAR>)</DT>
<DD class="defbody">
If <CODE>true</CODE>, run the filenames through <A NAME="idx:expandfilename2:359"></A><A class="pred" href="files.html#expand_file_name/2">expand_file_name/2</A> 
and load the returned files. Default is <CODE>false</CODE>, except for <A NAME="idx:consult1:360"></A><A class="pred" href="consulting.html#consult/1">consult/1</A> 
which is intended for interactive use. Flexible location of files is 
defined by <A NAME="idx:filesearchpath2:361"></A><A class="pred" href="consulting.html#file_search_path/2">file_search_path/2</A>.</DD>
<DT><STRONG>format</STRONG>(<VAR>+Format</VAR>)</DT>
<DD class="defbody">
Used to specify the file format if data is loaded from a stream using 
the <CODE>stream(Stream)</CODE> option. Default is <CODE>source</CODE>, 
loading Prolog source text. If <CODE>qlf</CODE>, load QLF data (see <A NAME="idx:qcompile1:362"></A><A class="pred" href="consulting.html#qcompile/1">qcompile/1</A>).</DD>
<DT><STRONG>if</STRONG>(<VAR>Condition</VAR>)</DT>
<DD class="defbody">
Load the file only if the specified condition is satisfied. The value
<CODE>true</CODE> loads the file unconditionally, <CODE>changed</CODE> 
loads the file if it was not loaded before, or has been modified since 
it was loaded the last time, <CODE>not_loaded</CODE> loads the file if 
it was not loaded before.</DD>
<DT><STRONG>imports</STRONG>(<VAR>Import</VAR>)</DT>
<DD class="defbody">
Specify what to import from the loaded module. The default for
<A NAME="idx:usemodule1:363"></A><A class="pred" href="import.html#use_module/1">use_module/1</A> 
is <CODE>all</CODE>. <VAR>Import</VAR> is passed from the second 
argument of <A NAME="idx:usemodule2:364"></A><A class="pred" href="import.html#use_module/2">use_module/2</A>. 
Traditionally it is a list of predicate indicators to import. As part of 
the SWI-Prolog/YAP integration, we also support <VAR>Pred</VAR> as <VAR>Name</VAR> 
to import a predicate under another name. Finally, <VAR>Import</VAR> can 
be a term <CODE>except(Exceptions)</CODE>, where <VAR>Exceptions</VAR> 
is a list of predicate indicators that specify predicates that are <EM>not</EM> 
imported or <VAR>Pred</VAR> as <VAR>Name</VAR> terms to denote renamed 
predicates. See also <A NAME="idx:reexport2:365"></A><A class="pred" href="reexport.html#reexport/2">reexport/2</A> 
and
<A NAME="idx:usemodule2:366"></A><A class="pred" href="import.html#use_module/2">use_module/2</A>.<SUP class="fn">bug<SPAN class="fn-text"><VAR>Name</VAR>/<VAR>Arity</VAR> 
as <VAR>NewName</VAR> is currently implemented using a <EM>link clause</EM>. 
This harms efficiency and does not allow for querying the relation 
through <A NAME="idx:predicateproperty2:367"></A><A class="pred" href="examineprog.html#predicate_property/2">predicate_property/2</A>.</SPAN></SUP>

<P>If <VAR>Import</VAR> equals <CODE>all</CODE>, all operators are 
imported as well. Otherwise, operators are <EM>not</EM> imported. 
Operators can be imported selectively by adding terms <CODE>op(Pri,Assoc,Name)</CODE> 
to the
<VAR>Imports</VAR> list. If such a term is encountered, all exported 
operators that unify with this term are imported. Typically, this 
construct will be used with all arguments unbound to import all 
operators or with only <VAR>Name</VAR> bound to import a particular 
operator.</DD>
<DT><STRONG>must_be_module</STRONG>(<VAR>Bool</VAR>)</DT>
<DD class="defbody">
If <CODE>true</CODE>, raise an error if the file is not a module file. 
Used by
<A NAME="idx:usemodule12:368"></A><A class="pred" href="import.html#use_module/1">use_module/[1,2]</A>.</DD>
<DT><STRONG>qcompile</STRONG>(<VAR>Atom</VAR>)</DT>
<DD class="defbody">
How to deal with quick-load-file compilation by <A NAME="idx:qcompile1:369"></A><A class="pred" href="consulting.html#qcompile/1">qcompile/1</A>. 
Values are

<DL class="latex">
<DT><STRONG>never</STRONG></DT>
<DD class="defbody">
Default. Do not use qcompile, unless called explicitely
</DD>
<DT><STRONG>auto</STRONG></DT>
<DD class="defbody">
Use qcompile for all writeable files. See comment below.
</DD>
<DT><STRONG>large</STRONG></DT>
<DD class="defbody">
Use qcompile if the file is `large'. Currently, files larger than 100&nbsp;Kbytes 
are considered large.
</DD>
<DT><STRONG>part</STRONG></DT>
<DD class="defbody">
If this <A NAME="idx:loadfile2:370"></A><SPAN class="pred-ext">load_file/2</SPAN> 
appears in a directive of a file that is compiled into Quick Load Format 
using <A NAME="idx:qcompile1:371"></A><A class="pred" href="consulting.html#qcompile/1">qcompile/1</A>, 
the contents of the argument files are included in the <CODE>.qlf</CODE> 
file instead of the loading directive.
</DD>
</DL>

<P>If this option is not present, it used the value of the prolog flag <A class="flag" href="flags.html#flag:qcompile">qcompile</A> 
as default.</DD>
<DT><STRONG>redefine_module</STRONG>(<VAR>+Action</VAR>)</DT>
<DD class="defbody">
Defines what to do if a file is loaded that provides a module that is 
already loaded from another file. <VAR>Action</VAR> is one of <CODE>false</CODE> 
(default), which prints an error and refuses to load the file, or
<CODE>true</CODE>, which uses <A NAME="idx:unloadfile1:372"></A><A class="pred" href="consulting.html#unload_file/1">unload_file/1</A> 
on the old file and then proceeds loading the new file. Finally, there 
is <CODE>ask</CODE> that starts interaction with the user. Ask is only 
provided if user_input is associated with a terminal.</DD>
<DT><STRONG>reexport</STRONG>(<VAR>Bool</VAR>)</DT>
<DD class="defbody">
If <CODE>true</CODE> re-export the imported predicate. Used by <A NAME="idx:reexport1:373"></A><A class="pred" href="reexport.html#reexport/1">reexport/1</A> 
and <A NAME="idx:reexport2:374"></A><A class="pred" href="reexport.html#reexport/2">reexport/2</A>.</DD>
<DT><STRONG>silent</STRONG>(<VAR>Bool</VAR>)</DT>
<DD class="defbody">
If <CODE>true</CODE>, load the file without printing a message. The 
specified value is the default for all files loaded as a result of 
loading the specified files. This option writes the Prolog flag
<A class="flag" href="flags.html#flag:verbose_load">verbose_load</A> 
with the negation of <VAR>Bool</VAR>.</DD>
<DT><STRONG>stream</STRONG>(<VAR>Input</VAR>)</DT>
<DD class="defbody">
This SWI-Prolog extension compiles the data from the stream
<VAR>Input</VAR>. If this option is used, <VAR>Files</VAR> must be a 
single atom which is used to identify the source-location of the loaded 
clauses as well as remove all clauses if the data is re-consulted.

<P>This option is added to allow compiling from non-file locations such 
as databases, the web, the <EM>user</EM> (see <A NAME="idx:consult1:375"></A><A class="pred" href="consulting.html#consult/1">consult/1</A>) 
or other servers. It can be combined with <CODE>format(qlf)</CODE> to 
load QLF data from a stream.
</DD>
</DL>

<P>The <A NAME="idx:loadfiles2:376"></A><A class="pred" href="consulting.html#load_files/2">load_files/2</A> 
predicate can be hooked to load other data or data from other objects 
than files. See <A NAME="idx:prologloadfile2:377"></A><A class="pred" href="loadfilehook.html#prolog_load_file/2">prolog_load_file/2</A> 
for a description and
<CODE>library(http_load)</CODE> for an example.</DD>
<DT class="pubdef"><A NAME="consult/1"><STRONG>consult</STRONG>(<VAR>:File</VAR>)</A></DT>
<DD class="defbody">
Read <VAR>File</VAR> as a Prolog source file. <VAR>File</VAR> may be a 
list of files, in which case all members are consulted in turn. <VAR>File</VAR> 
may start with the Unix shell special sequences <CODE> </CODE>, <CODE>&nbsp;&lt;<VAR>user</VAR>&gt;</CODE> 
and <CODE>$&lt;<VAR>var</VAR>&gt;</CODE>. <VAR>File</VAR> may also be <CODE>library(Name)</CODE>, 
in which case the libraries are searched for a file with the specified 
name. See also <A NAME="idx:librarydirectory1:378"></A><A class="pred" href="consulting.html#library_directory/1">library_directory/1</A> 
and <A NAME="idx:filesearchpath2:379"></A><A class="pred" href="consulting.html#file_search_path/2">file_search_path/2</A>. <A NAME="idx:consult1:380"></A><A class="pred" href="consulting.html#consult/1">consult/1</A> 
may be abbreviated by just typing a number of file names in a list. 
Examples:

<P>
<CENTER>
<TABLE BORDER=0 FRAME=void RULES=groups>
<TR VALIGN=top><TD><CODE>?- consult(load).</CODE> </TD><TD>% consult <CODE>load</CODE> 
or <CODE>load.pl</CODE> </TD></TR>
<TR VALIGN=top><TD><CODE>?- [library(quintus)].</CODE> </TD><TD>% load 
Quintus compatibility library </TD></TR>
<TR VALIGN=top><TD><CODE>?- [user].</CODE></TD></TR>
</TABLE>

</CENTER>

<P>The predicate <A NAME="idx:consult1:381"></A><A class="pred" href="consulting.html#consult/1">consult/1</A> 
is equivalent to load_files(Files, []), except for handling the special 
file <CODE>user</CODE>, which reads clauses from the terminal. See also 
the <CODE>stream(Input)</CODE> option of <A NAME="idx:loadfiles2:382"></A><A class="pred" href="consulting.html#load_files/2">load_files/2</A>.</DD>
<DT class="pubdef"><A NAME="ensure_loaded/1"><STRONG>ensure_loaded</STRONG>(<VAR>:File</VAR>)</A></DT>
<DD class="defbody">
If the file is not already loaded, this is equivalent to <A NAME="idx:consult1:383"></A><A class="pred" href="consulting.html#consult/1">consult/1</A>. 
Otherwise, if the file defines a module, import all public predicates. 
Finally, if the file is already loaded, is not a module file and the 
context module is not the global user module, <A NAME="idx:ensureloaded1:384"></A><A class="pred" href="consulting.html#ensure_loaded/1">ensure_loaded/1</A> 
will call <A NAME="idx:consult1:385"></A><A class="pred" href="consulting.html#consult/1">consult/1</A>.

<P>With the semantics, we hope to get as closely possible to the clear 
semantics without the presence of a module system. Applications using 
modules should consider using <A NAME="idx:usemodule12:386"></A><A class="pred" href="import.html#use_module/1">use_module/[1,2]</A>.

<P>Equivalent to load_files(Files, [if(not_loaded)]).<SUP class="fn">23<SPAN class="fn-text">On 
older versions the condition used to be if(changed). Poor time 
management on some machines or due to copying often caused problems. The <A NAME="idx:make0:387"></A><A class="pred" href="consulting.html#make/0">make/0</A> 
predicate deals with updating the running system after changing the 
source code.</SPAN></SUP></DD>
<DT class="pubdef"><A NAME="include/1"><STRONG>include</STRONG>(<VAR>+File</VAR>)</A></DT>
<DD class="defbody">
Pretend the terms in <VAR>File</VAR> are in the source-file in which
<CODE>:- include(File)</CODE> appears. The include construct is only 
honoured if it appears as a directive in a source-file. Normally
<VAR>File</VAR> contains a sequence of directives.</DD>
<DT class="pubdef"><A NAME="require/1"><STRONG>require</STRONG>(<VAR>+ListOfNameAndArity</VAR>)</A></DT>
<DD class="defbody">
Declare that this file/module requires the specified predicates to be 
defined ``with their commonly accepted definition''. This predicate 
originates from the Prolog portability layer for XPCE. It is intended to 
provide a portable mechanism for specifying that this module requires 
the specified predicates.

<P>The implementation normally first verifies whether the predicate is 
already defined. If not, it will search the libraries and load the 
required library.

<P>SWI-Prolog, having autoloading, does <B>not</B> load the library. 
Instead it creates a procedure header for the predicate if it does not 
exist. This will flag the predicate as `undefined'. See also <A NAME="idx:check0:388"></A><A class="pred" href="check.html#check/0">check/0</A> 
and
<A NAME="idx:autoload0:389"></A><A class="pred" href="runtime.html#autoload/0">autoload/0</A>.</DD>
<DT class="pubdef"><A NAME="encoding/1"><STRONG>encoding</STRONG>(<VAR>+Encoding</VAR>)</A></DT>
<DD class="defbody">
This directive can appear anywhere in a source file to define how 
characters are encoded in the remainder of the file. It can be used in 
files that are encoded with a superset of US-ASCII, currently UTF-8 and 
ISO Latin-1. See also <A class="sec" href="widechars.html">section 
2.17.1</A>.</DD>
<DT class="pubdef"><A NAME="make/0"><STRONG>make</STRONG></A></DT>
<DD class="defbody">
Consult all source files that have been changed since they were 
consulted. It checks <VAR>all</VAR> loaded source files: files loaded 
into a compiled state using <CODE>pl -c ...</CODE> and files loaded 
using consult or one of its derivatives. The predicate <A NAME="idx:make0:390"></A><A class="pred" href="consulting.html#make/0">make/0</A> 
is called after
<A NAME="idx:edit1:391"></A><A class="pred" href="listing.html#edit/1">edit/1</A>, 
automatically reloading all modified files. If the user uses an external 
editor (in a separate window), <A NAME="idx:make0:392"></A><A class="pred" href="consulting.html#make/0">make/0</A> 
is normally used to update the program after editing. In addition, <A NAME="idx:make0:393"></A><A class="pred" href="consulting.html#make/0">make/0</A> 
updates the autoload indices (see <A class="sec" href="autoload.html">section 
2.13</A>) and runs <A NAME="idx:listundefined0:394"></A><A class="pred" href="check.html#list_undefined/0">list_undefined/0</A> 
from the <CODE>library(check)</CODE> library to report on undefined 
predicates.</DD>
<DT class="pubdef"><A NAME="library_directory/1"><STRONG>library_directory</STRONG>(<VAR>?Atom</VAR>)</A></DT>
<DD class="defbody">
Dynamic predicate used to specify library directories. Default
<CODE>./lib</CODE>, <CODE> /lib/prolog</CODE> and the system's library 
(in this order) are defined. The user may add library directories using <A NAME="idx:assert1:395"></A><A class="pred" href="db.html#assert/1">assert/1</A>, <A NAME="idx:asserta1:396"></A><A class="pred" href="db.html#asserta/1">asserta/1</A> 
or remove system defaults using <A NAME="idx:retract1:397"></A><A class="pred" href="db.html#retract/1">retract/1</A>.</DD>
<DT class="pubdef"><A NAME="file_search_path/2"><STRONG>file_search_path</STRONG>(<VAR>+Alias, 
?Path</VAR>)</A></DT>
<DD class="defbody">
Dynamic predicate used to specify `path-aliases'. This feature is best 
described using an example. Given the definition

<PRE class="code">
file_search_path(demo, '/usr/lib/prolog/demo').
</PRE>

<P>the file specification <CODE>demo(myfile)</CODE> will be expanded to
<CODE>/usr/lib/prolog/demo/myfile</CODE>. The second argument of
<A NAME="idx:filesearchpath2:398"></A><A class="pred" href="consulting.html#file_search_path/2">file_search_path/2</A> 
may be another alias.

<P>Below is the initial definition of the file search path. This path 
implies <CODE>swi(&lt;<VAR>Path</VAR>&gt;)</CODE> refers to a file in 
the SWI-Prolog home directory. The alias <CODE>foreign(&lt;<VAR>Path</VAR>&gt;)</CODE> 
is intended for storing shared libraries (<CODE>.so</CODE> or <CODE>.DLL</CODE> 
files). See also
<A NAME="idx:loadforeignlibrary12:399"></A><A class="pred" href="foreignlink.html#load_foreign_library/1">load_foreign_library/[1,2]</A>.

<PRE class="code">
user:file_search_path(library, X) :-
        library_directory(X).
user:file_search_path(swi, Home) :-
        current_prolog_flag(home, Home).
user:file_search_path(foreign, swi(ArchLib)) :-
        current_prolog_flag(arch, Arch),
        atom_concat('lib/', Arch, ArchLib).
user:file_search_path(foreign, swi(lib)).
</PRE>

<P>The <A NAME="idx:filesearchpath2:400"></A><A class="pred" href="consulting.html#file_search_path/2">file_search_path/2</A> 
expansion is used by all loading predicates as well as by <A NAME="idx:absolutefilename23:401"></A><A class="pred" href="files.html#absolute_file_name/2">absolute_file_name/[2,3]</A>.

<P>The Prolog flag <A class="flag" href="flags.html#flag:verbose_file_search">verbose_file_search</A> 
can be set to <CODE>true</CODE> to help debugging Prolog's search for 
files.</DD>
<DT class="pubdef"><A NAME="expand_file_search_path/2"><STRONG>expand_file_search_path</STRONG>(<VAR>+Spec, 
-Path</VAR>)</A></DT>
<DD class="defbody">
Unifies <VAR>Path</VAR> with all possible expansions of the file name 
specification <VAR>Spec</VAR>. See also <A NAME="idx:absolutefilename3:402"></A><A class="pred" href="files.html#absolute_file_name/3">absolute_file_name/3</A>.</DD>
<DT class="pubdef"><A NAME="prolog_file_type/2"><STRONG>prolog_file_type</STRONG>(<VAR>?Extension, 
?Type</VAR>)</A></DT>
<DD class="defbody">
This dynamic multifile predicate defined in module <CODE>user</CODE> 
determines the extensions considered by <A NAME="idx:filesearchpath2:403"></A><A class="pred" href="consulting.html#file_search_path/2">file_search_path/2</A>.
<VAR>Extension</VAR> is the filename extension without the leading dot,
<VAR>Type</VAR> denotes the type as used by the <CODE>file_type(Type)</CODE> 
option of <A NAME="idx:filesearchpath2:404"></A><A class="pred" href="consulting.html#file_search_path/2">file_search_path/2</A>. 
Here is the initial definition of
<A NAME="idx:prologfiletype2:405"></A><A class="pred" href="consulting.html#prolog_file_type/2">prolog_file_type/2</A>:

<PRE class="code">
user:prolog_file_type(pl,       prolog).
user:prolog_file_type(Ext,      prolog) :-
        current_prolog_flag(associate, Ext),
        Ext \== pl.
user:prolog_file_type(qlf,      qlf).
user:prolog_file_type(Ext,      executable) :-
        current_prolog_flag(shared_object_extension, Ext).
</PRE>

<P>Users can add extensions used for Prolog source files to avoid 
conflicts (for example with <B>perl</B>) as well as to be compatible 
with another Prolog implementation. We suggest using <CODE>.pro</CODE> 
for avoiding conflicts with <B>perl</B>. Overriding the system 
definitions can stop the system from finding libraries.</DD>
<DT class="pubdef"><A NAME="source_file/1"><STRONG>source_file</STRONG>(<VAR>?File</VAR>)</A></DT>
<DD class="defbody">
True if <VAR>File</VAR> is a loaded Prolog source file. <VAR>File</VAR> 
is the absolute and canonical path to the source-file.</DD>
<DT class="pubdef"><A NAME="source_file/2"><STRONG>source_file</STRONG>(<VAR>?Pred, 
?File</VAR>)</A></DT>
<DD class="defbody">
Is true if the predicate specified by <VAR>Pred</VAR> was loaded from 
file
<VAR>File</VAR>, where <VAR>File</VAR> is an absolute path name (see
<A NAME="idx:absolutefilename2:406"></A><A class="pred" href="files.html#absolute_file_name/2">absolute_file_name/2</A>). 
Can be used with any instantiation pattern, but the database only 
maintains the source file for each predicate. See also <A NAME="idx:clauseproperty2:407"></A><A class="pred" href="examineprog.html#clause_property/2">clause_property/2</A>.</DD>
<DT class="pubdef"><A NAME="unload_file/1"><STRONG>unload_file</STRONG>(<VAR>+File</VAR>)</A></DT>
<DD class="defbody">
Remove all clauses loaded from <VAR>File</VAR>. If <VAR>File</VAR> 
loaded a module, clear the module's export-list and disassociates it 
from the file. <VAR>File</VAR> is a canonical file-name. See <A NAME="idx:sourcefile1:408"></A><A class="pred" href="consulting.html#source_file/1">source_file/1</A>,
<A NAME="idx:moduleproperty2:409"></A><A class="pred" href="manipmodule.html#module_property/2">module_property/2</A> 
and <A NAME="idx:absolutefilename3:410"></A><A class="pred" href="files.html#absolute_file_name/3">absolute_file_name/3</A>.

<P>This predicare shall be used with care. The multi-threaded nature of 
SWI-Prolog makes removing static code unsafe. Attempts to do this should 
be reserved to development or situations where the application can 
guarantee that none of the clauses associated to <VAR>File</VAR> are 
active.</DD>
<DT class="pubdef"><A NAME="prolog_load_context/2"><STRONG>prolog_load_context</STRONG>(<VAR>?Key, 
?Value</VAR>)</A></DT>
<DD class="defbody">
Obtain context information during compilation. This predicate can be 
used from directives appearing in a source file to get information about 
the file being loaded. See also <A NAME="idx:sourcelocation2:411"></A><A class="pred" href="consulting.html#source_location/2">source_location/2</A> 
and <A NAME="idx:if1:412"></A><A class="pred" href="consulting.html#if/1">if/1</A>. 
The following keys are defined:

<P>
<CENTER>
<TABLE BORDER=2 FRAME=box RULES=groups>
<TR VALIGN=top><TD><B>Key</B></TD><TD><B>Description </B></TD></TR>
<TBODY>
<TR VALIGN=top><TD><CODE>module</CODE> </TD><TD>Module into which file 
is loaded </TD></TR>
<TR VALIGN=top><TD><CODE>source</CODE> </TD><TD>File loaded. Returns the 
original Prolog file when loading a <CODE>.qlf</CODE> file. Compatible 
with SICStus Prolog. </TD></TR>
<TR VALIGN=top><TD><CODE>file</CODE> </TD><TD>Currently equivalent to <CODE>source</CODE>. 
In future versions it may report a different values for files being 
loaded using <A NAME="idx:include1:413"></A><A class="pred" href="consulting.html#include/1">include/1</A>. </TD></TR>
<TR VALIGN=top><TD><CODE>stream</CODE> </TD><TD>Stream identifier (see <A NAME="idx:currentinput1:414"></A><A class="pred" href="IO.html#current_input/1">current_input/1</A>) </TD></TR>
<TR VALIGN=top><TD><CODE>directory</CODE> </TD><TD>Directory in which <CODE>source</CODE> 
lives. </TD></TR>
<TR VALIGN=top><TD><CODE>dialect</CODE> </TD><TD>Compatibility mode. See <A NAME="idx:expectsdialect1:415"></A><A class="pred" href="dialect.html#expects_dialect/1">expects_dialect/1</A>. </TD></TR>
<TR VALIGN=top><TD><CODE>term_position</CODE> </TD><TD>Position of last 
term read. Term of the form
<TT>'$stream_position'(0,&lt;<VAR>Line</VAR>&gt;,0,0,0)</TT>. See also <A NAME="idx:streampositiondata3:416"></A><A class="pred" href="IO.html#stream_position_data/3">stream_position_data/3</A>. </TD></TR>
<TR VALIGN=top><TD><CODE>script</CODE> </TD><TD>Boolean that indicates 
whether the file is loaded as a script file (see
<STRONG>-s</STRONG>). </TD></TR>
</TABLE>

</CENTER>

<P>The <CODE>directory</CODE> is commonly used add rules to <A NAME="idx:filesearchpath2:417"></A><A class="pred" href="consulting.html#file_search_path/2">file_search_path/2</A>, 
setting up a search-path for finding files with <A NAME="idx:absolutefilename3:418"></A><A class="pred" href="files.html#absolute_file_name/3">absolute_file_name/3</A>. 
E.g.,

<PRE class="code">
:- dynamic user:file_search_path/2.
:- multifile user:file_search_path/2.

:- prolog_load_context(directory, Dir),
   asserta(user:file_search_path(my_program_home, Dir)).

        ...
        absolute_file_name(my_program_home('README.TXT'), ReadMe,
                           [ access(read) ]),
        ...
</PRE>

</DD>
<DT class="pubdef"><A NAME="source_location/2"><STRONG>source_location</STRONG>(<VAR>-File, 
-Line</VAR>)</A></DT>
<DD class="defbody">
If the last term has been read from a physical file (i.e., not from the 
file <CODE>user</CODE> or a string), unify <VAR>File</VAR> with an 
absolute path to the file and <VAR>Line</VAR> with the line-number in 
the file. New code should use <A NAME="idx:prologloadcontext2:419"></A><A class="pred" href="consulting.html#prolog_load_context/2">prolog_load_context/2</A>.</DD>
<DT class="pubdef"><A NAME="at_halt/1"><STRONG>at_halt</STRONG>(<VAR>:Goal</VAR>)</A></DT>
<DD class="defbody">
Register <VAR>Goal</VAR> to be run from <A class="func" href="foreigninclude.html#PL_cleanup()">PL_cleanup()</A>, 
which is called when the system halts. The hooks are run in the reverse 
order they were registered (FIFO). Success or failure executing a hook 
is ignored. If the hook raises an exception this is printed using <A NAME="idx:printmessage2:420"></A><A class="pred" href="exception.html#print_message/2">print_message/2</A>. 
An attempt to call <A NAME="idx:halt01:421"></A><A class="pred" href="toplevel.html#halt/0">halt/[0,1]</A> 
from a hook is ignored.</DD>
<DT class="pubdef"><span class="pred-tag">[ISO]</span><A NAME="initialization/1">:- <STRONG>initialization</STRONG>(<VAR>:Goal</VAR>)</A></DT>
<DD class="defbody">
Call <VAR>Goal</VAR> <EM>after</EM> loading the source-file in which 
this directive appears has been completed. In addition, <VAR>Goal</VAR> 
is executed if a saved-state created using <A NAME="idx:qsaveprogram1:422"></A><A class="pred" href="runtime.html#qsave_program/1">qsave_program/1</A> 
is restored.

<P>The ISO standard only allows for using <CODE>:- Term</CODE> if <VAR>Term</VAR> 
is a
<EM>directive</EM>. This means that arbitrary goals can only be called 
from a directive by means of the <A NAME="idx:initialization1:423"></A><A class="pred" href="consulting.html#initialization/1">initialization/1</A> 
directive. SWI-Prolog does not enforce this rule.

<P>The <A NAME="idx:initialization1:424"></A><A class="pred" href="consulting.html#initialization/1">initialization/1</A> 
directive must be used to do program initialization in saved-states (see <A NAME="idx:qsaveprogram1:425"></A><A class="pred" href="runtime.html#qsave_program/1">qsave_program/1</A>). 
A saved state contains the predicates, Prolog flags and operators 
present at the moment the state was created. Other resources (records, 
foreign resources, etc.) must be recreated using <A NAME="idx:initialization1:426"></A><A class="pred" href="consulting.html#initialization/1">initialization/1</A> 
directives or from the entry-goal of the saved-state.

<P>Upto SWI-Prolog 5.7.11, <VAR>Goal</VAR> was executed immediately 
rather than after loading the program-text in which the directive 
appears as dictated by the ISO standard. In many cases the exact moment 
of execution is irrelevant, but there are exceptions. For example,
<A NAME="idx:loadforeignlibrary1:427"></A><A class="pred" href="foreignlink.html#load_foreign_library/1">load_foreign_library/1</A> 
must be executed immediately to make the loaded foreign predicates 
available for exporting. SWI-Prolog now provides the directive <A NAME="idx:useforeignlibrary1:428"></A><A class="pred" href="foreignlink.html#use_foreign_library/1">use_foreign_library/1</A> 
to ensure immediate loading as well as loading after restoring a saved 
state. If the system encounters a directive <CODE>:- 
initialization(load_foreign_library(...))</CODE>, it will load the 
foreign library immediately and issue a warning to update your code. 
This behaviour can be extended by providing clauses for the multifile 
hook predicate <CODE>prolog:initialize_now(Term, Advice)</CODE>, where <VAR>Advice</VAR> 
is an atom that gives advice how to resolve the compatibility issue.</DD>
<DT class="pubdef"><A NAME="initialization/2"><STRONG>initialization</STRONG>(<VAR>:Goal, 
+When</VAR>)</A></DT>
<DD class="defbody">
Similar to <A NAME="idx:initialization1:429"></A><A class="pred" href="consulting.html#initialization/1">initialization/1</A>, 
but allows for specifying when <VAR>Goal</VAR> is executed while loading 
the program-text:

<DL class="latex">
<DT><STRONG>now</STRONG></DT>
<DD class="defbody">
Execute <VAR>Goal</VAR> immediately.
</DD>
<DT><STRONG>after_load</STRONG></DT>
<DD class="defbody">
Execute <VAR>Goal</VAR> after loading program-text. This is the same as <A NAME="idx:initialization1:430"></A><A class="pred" href="consulting.html#initialization/1">initialization/1</A>.
</DD>
<DT><STRONG>restore</STRONG></DT>
<DD class="defbody">
Do not execute <VAR>Goal</VAR> while loading the program, but <EM>only</EM> 
when restoring a state.
</DD>
</DL>

</DD>
<DT class="pubdef"><A NAME="compiling/0"><STRONG>compiling</STRONG></A></DT>
<DD class="defbody">
True if the system is compiling source files with the <STRONG>-c</STRONG> 
option or <A NAME="idx:qcompile1:431"></A><A class="pred" href="consulting.html#qcompile/1">qcompile/1</A> 
into an intermediate code file. Can be used to perform conditional code 
optimisations in <A NAME="idx:termexpansion2:432"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
(see also the
<STRONG>-O</STRONG> option) or to omit execution of directives during 
compilation.
</DD>
</DL>

<H3><A NAME="sec:4.3.1"><SPAN class="sec-nr">4.3.1</SPAN> <SPAN class="sec-title">Conditional 
compilation and program transformation</SPAN></A></H3>

<A NAME="sec:progtransform"></A>

<P><A NAME="idx:transformationofprogram:433"></A>ISO Prolog defines no 
way for program transformations such as macro expansion or conditional 
compilation. Expansion through <A NAME="idx:termexpansion2:434"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
and <A NAME="idx:expandterm2:435"></A><A class="pred" href="consulting.html#expand_term/2">expand_term/2</A> 
can be seen as part of the de-facto standard. This mechanism can do 
arbitrary translation between valid Prolog terms read from the source 
file to Prolog terms handed to the compiler. As
<A NAME="idx:termexpansion2:436"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
can return a list, the transformation does not need to be term-to-term.

<P>Various Prolog dialects provide the analogous <A NAME="idx:goalexpansion2:437"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A> 
and
<A NAME="idx:expandgoal2:438"></A><A class="pred" href="consulting.html#expand_goal/2">expand_goal/2</A>, 
that allow for translation of individual body terms, freeing the user of 
the task to disassemble each clause.

<DL class="latex">
<DT class="pubdef"><A NAME="term_expansion/2"><STRONG>term_expansion</STRONG>(<VAR>+Term1, 
-Term2</VAR>)</A></DT>
<DD class="defbody">
Dynamic and multifile predicate, normally not defined. When defined by 
the user all terms read during consulting are given to this predicate. 
If the predicate succeeds Prolog will assert <VAR>Term2</VAR> in the 
database rather then the read term (<VAR>Term1</VAR>). <VAR>Term2</VAR> 
may be a term of the form `?- <VAR>Goal</VAR>' or `:- <VAR>Goal</VAR>'. <VAR>Goal</VAR> 
is then treated as a directive. If <VAR>Term2</VAR> is a list all terms 
of the list are stored in the database or called (for directives). If
<VAR>Term2</VAR> is of the form below, the system will assert <VAR>Clause</VAR> 
and record the indicated source-location with it.
<BLOCKQUOTE>
<TT>'$source_location'(&lt;<VAR>File</VAR>&gt;, &lt;<VAR>Line</VAR>&gt;):&lt;<VAR>Clause</VAR>&gt;</TT>
</BLOCKQUOTE>

<P>When compiling a module (see <A class="sec" href="modules.html">chapter 
5</A> and the directive <A NAME="idx:module2:439"></A><A class="pred" href="defmodule.html#module/2">module/2</A>),
<A NAME="idx:expandterm2:440"></A><A class="pred" href="consulting.html#expand_term/2">expand_term/2</A> 
will first try <A NAME="idx:termexpansion2:441"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
in the module being compiled to allow for term-expansion rules that are 
local to a module. If there is no local definition, or the local 
definition fails to translate the term, <A NAME="idx:expandterm2:442"></A><A class="pred" href="consulting.html#expand_term/2">expand_term/2</A> 
will try <A NAME="idx:termexpansion2:443"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A> 
in module
<CODE>user</CODE>. For compatibility with SICStus and Quintus Prolog, 
this feature should not be used. See also <A NAME="idx:expandterm2:444"></A><A class="pred" href="consulting.html#expand_term/2">expand_term/2</A>, <A NAME="idx:goalexpansion2:445"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A> 
and
<A NAME="idx:expandgoal2:446"></A><A class="pred" href="consulting.html#expand_goal/2">expand_goal/2</A>.</DD>
<DT class="pubdef"><A NAME="expand_term/2"><STRONG>expand_term</STRONG>(<VAR>+Term1, 
-Term2</VAR>)</A></DT>
<DD class="defbody">
This predicate is normally called by the compiler on terms read from the 
input to perform preprocessing. It consists of three steps, where each 
step processes the output of the previous step.

<P>
<OL class="latex">
<LI>Test conditional compilation directives and translate all input to <CODE>[]</CODE> 
if we are in a `false-branch' of the conditional compilation. See <A class="sec" href="consulting.html">section 
4.3.1.1</A>.

<P>
<LI>Call <A NAME="idx:termexpansion2:447"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A>. 
This predicate is first tried in the module that is being compiled and 
then in the module
<CODE>user</CODE>.

<P>
<LI>Call DGC expansion (<A NAME="idx:dcgtranslaterule2:448"></A><A class="pred" href="consulting.html#dcg_translate_rule/2">dcg_translate_rule/2</A>)

<P>
<LI>Call <A NAME="idx:expandgoal2:449"></A><A class="pred" href="consulting.html#expand_goal/2">expand_goal/2</A> 
on each body-term that appears in the output of the previous steps.
</OL>
</DD>
<DT class="pubdef"><A NAME="goal_expansion/2"><STRONG>goal_expansion</STRONG>(<VAR>+Goal1, 
-Goal2</VAR>)</A></DT>
<DD class="defbody">
Like <A NAME="idx:termexpansion2:450"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A>, <A NAME="idx:goalexpansion2:451"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A> 
provides for macro-expansion of Prolog source-code. Between <A NAME="idx:expandterm2:452"></A><A class="pred" href="consulting.html#expand_term/2">expand_term/2</A> 
and the actual compilation, the body of clauses analysed and the goals 
are handed to <A NAME="idx:expandgoal2:453"></A><A class="pred" href="consulting.html#expand_goal/2">expand_goal/2</A>, 
which uses the <A NAME="idx:goalexpansion2:454"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A> 
hook to do user-defined expansion.

<P>The predicate <A NAME="idx:goalexpansion2:455"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A> 
is first called in the module that is being compiled, and then on the <CODE>user</CODE> 
module. If <VAR>Goal</VAR> is of the form <VAR>Module</VAR>:<VAR>Goal</VAR> 
where <VAR>Module</VAR> is instantiated,
<A NAME="idx:goalexpansion2:456"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A> 
is called on <VAR>Goal</VAR> using rules from module
<VAR>Module</VAR> followed by <CODE>user</CODE>.

<P>Only goals appearing in the body of clauses when reading a 
source-file are expanded using this mechanism, and only if they appear 
literally in the clause, or as an argument to a defined meta-predicate 
that is annotated using `0' (see <A NAME="idx:metapredicate1:457"></A><A class="pred" href="metapred.html#meta_predicate/1">meta_predicate/1</A>). 
Other cases need a real predicate definition.</DD>
<DT class="pubdef"><A NAME="expand_goal/2"><STRONG>expand_goal</STRONG>(<VAR>+Goal1, 
-Goal2</VAR>)</A></DT>
<DD class="defbody">
This predicate is normally called by the compiler to perform 
preprocessing using <A NAME="idx:goalexpansion2:458"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A>. 
The predicate computes a fixed-point by applying transformations until 
there are no more changes. If optimisation is enabled (see <STRONG>-O</STRONG> 
and
<A class="flag" href="flags.html#flag:optimise">optimise</A>), <A NAME="idx:expandgoal2:459"></A><A class="pred" href="consulting.html#expand_goal/2">expand_goal/2</A> 
simplifies the result by removing unneeded calls to <A NAME="idx:true0:460"></A><A class="pred" href="control.html#true/0">true/0</A> 
and <A NAME="idx:fail0:461"></A><A class="pred" href="control.html#fail/0">fail/0</A> 
as well as unreachable branches.</DD>
<DT class="pubdef"><A NAME="compile_aux_clauses/1"><STRONG>compile_aux_clauses</STRONG>(<VAR>+Clauses</VAR>)</A></DT>
<DD class="defbody">
Compile clauses on behalf of <A NAME="idx:goalexpansion2:462"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A>. 
This predicate compiled the argument clauses into static predicates, 
associating the predicates with the current file but avoid changing the 
notion of current predicate and therefore discontiguous warnings.</DD>
<DT class="pubdef"><A NAME="dcg_translate_rule/2"><STRONG>dcg_translate_rule</STRONG>(<VAR>+In, 
-Out</VAR>)</A></DT>
<DD class="defbody">
This predicate performs the translation of a term <CODE>Head--&gt;Body</CODE> 
into a normal Prolog clause. Normally this functionality should be 
accessed using <A NAME="idx:expandterm2:463"></A><A class="pred" href="consulting.html#expand_term/2">expand_term/2</A>.</DD>
<DT class="pubdef"><A NAME="preprocessor/2"><STRONG>preprocessor</STRONG>(<VAR>-Old, 
+New</VAR>)</A></DT>
<DD class="defbody">
Read the input file via an external process that acts as preprocessor. A 
preprocessor is specified as an atom. The first occurrence of the string 
`<CODE>%f</CODE>' is replaced by the name of the file to be loaded. The 
standard output of resulting command is loaded. To use the Unix C 
preprocessor one should define:

<PRE class="code">
?- preprocessor(Old, '/lib/cpp -C -P %f'), consult(...).

Old = none
</PRE>

<P>Using <B>cpp</B> for Prolog preprocessing is not ideal as the 
tokenization rules for comment and quoted strings differ between C and 
Prolog. Another problem is availability and compatibility with regard to 
option processing of <B>cpp</B>.
</DD>
</DL>

<H4><A NAME="sec:4.3.1.1"><SPAN class="sec-nr">4.3.1.1</SPAN> <SPAN class="sec-title">Conditional 
compilation</SPAN></A></H4>

<A NAME="sec:conditionalcompilation"></A>

<P><A NAME="idx:ifdirective:464"></A>Conditional compilation builds on 
the same principle as
<A NAME="idx:termexpansion2:465"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A>, <A NAME="idx:goalexpansion2:466"></A><A class="pred" href="consulting.html#goal_expansion/2">goal_expansion/2</A> 
and the expansion of grammar rules to compile sections of the 
source-code conditionally. One of the reasons for introducing 
conditional compilation is to simplify writing portable code. See <A class="sec" href="dialect.html">section 
C</A> for more information. Here is a simple example:

<PRE class="code">
:- if(\+source_exports(library(lists), suffix/2)).

suffix(Suffix, List) :-
        append(_, Suffix, List).

:- endif.
</PRE>

<P>Note that these directives can only appear as separate terms in the 
input. Typical usage scenarios include:

<P>
<UL class="latex">
<LI>Load different libraries on different dialects
<LI>Define a predicate if it is missing as a system predicate
<LI>Realise totally different implementations for a particular part of 
the code due to different capabilities.
<LI>Realise different configuration options for your software.
</UL>

<DL class="latex">
<DT class="pubdef"><A NAME="if/1">:- <STRONG>if</STRONG>(<VAR>:Goal</VAR>)</A></DT>
<DD class="defbody">
Compile subsequent code only if <VAR>Goal</VAR> succeeds. For enhanced 
portability, <VAR>Goal</VAR> is processed by <A NAME="idx:expandgoal2:467"></A><A class="pred" href="consulting.html#expand_goal/2">expand_goal/2</A> 
before execution. If an error occurs, the error is printed and 
processing proceeds as if
<VAR>Goal</VAR> has failed.</DD>
<DT class="pubdef"><A NAME="elif/1">:- <STRONG>elif</STRONG>(<VAR>:Goal</VAR>)</A></DT>
<DD class="defbody">
Equivalent to :- else. :-if(Goal) ... :- endif. In a sequence as below, 
the section below the first matching elif is processed, If no test 
succeeds the else branch is processed.

<PRE class="code">
:- if(test1).
section_1.
:- elif(test2).
section_2.
:- elif(test3).
section_3.
:- else.
section_else.
:- endif.
</PRE>

</DD>
<DT class="pubdef"><A NAME="else/0">:- <STRONG>else</STRONG></A></DT>
<DD class="defbody">
Start `else' branch.</DD>
<DT class="pubdef"><A NAME="endif/0">:- <STRONG>endif</STRONG></A></DT>
<DD class="defbody">
End of conditional compilation.
</DD>
</DL>

<H3><A NAME="sec:4.3.2"><SPAN class="sec-nr">4.3.2</SPAN> <SPAN class="sec-title">Loading 
files, active code and threads</SPAN></A></H3>

<P>Traditionally, Prolog environments allow for reloading files holding 
currently active code. In particular, the following sequence is valid 
use of the development environment:

<P>
<UL class="latex">
<LI>Trace a goal
<LI>Find unexpected behaviour of a predicate
<LI>Enter a <EM>break</EM> using the <B>b</B> command
<LI>Fix the sources and reload them using <A NAME="idx:make0:468"></A><A class="pred" href="consulting.html#make/0">make/0</A>
<LI>Exit the break, <EM>retry</EM> using the <B>r</B> command
</UL>

<P>Goals running during the reload keep running on the old definition, 
while new goals use the reloaded definition, which is why the
<EM>retry</EM> must be used <EM>after</EM> the reload. This implies that 
clauses of predicates that are active during the reload cannot be 
reclaimed. Normally a small amount of dead clauses should not be an 
issue during development. Such clauses can be reclaimed with
<A NAME="idx:garbagecollectclauses0:469"></A><A class="pred" href="consulting.html#garbage_collect_clauses/0">garbage_collect_clauses/0</A>.

<DL class="latex">
<DT class="pubdef"><A NAME="garbage_collect_clauses/0"><STRONG>garbage_collect_clauses</STRONG></A></DT>
<DD class="defbody">
Cleanup all <EM>dirty</EM> predicates, where dirty predicates are 
defined to be predicates that have both old and new definitions due to 
reloading a source file while the predicate was active. Of course, 
predicates that are active using <A NAME="idx:garbagecollectclauses0:470"></A><A class="pred" href="consulting.html#garbage_collect_clauses/0">garbage_collect_clauses/0</A> 
cannot be reclaimed and remain <EM>dirty</EM>. Predicate are -like 
atoms- shared resources and therefore all threads are suspended during 
the execution of this predicate.
</DD>
</DL>

<H4><A NAME="sec:4.3.2.1"><SPAN class="sec-nr">4.3.2.1</SPAN> <SPAN class="sec-title">Threads 
and reloading running code</SPAN></A></H4>

<P>As of version 5.5.30, there is basic thread-safety for reloading 
source files while other threads are executing code defined in these 
source files. Reloading a file freezes all threads after marking the 
active predicates originating from the file being reloaded. The threads 
are resumed after the file has been loaded. In addition, after 
completing loading the outermost file, the system runs
<A NAME="idx:garbagecollectclauses0:471"></A><A class="pred" href="consulting.html#garbage_collect_clauses/0">garbage_collect_clauses/0</A>.

<P>What does that mean? Unfortunately it does <EM>not</EM> mean we can 
`hot-swap' modules. Consider the case where thread <VAR>A</VAR> is 
executing the recursive predicate <VAR>P</VAR>. We `fix' <VAR>P</VAR> 
and reload. The already running goals for <VAR>P</VAR> continue to run 
the old definition, but new recursive calls will use the new definition! 
Many similar cases can be constructed with dependent predicates.

<P>It provides some basic security for reloading files in multi-threaded 
applications during development. In the above scenarios the system does 
not crash uncontrolled, but behaves like any broken program: it may 
return the wrong bindings, wrong truth value or raise an exception.

<P>Future versions may have an `update now' facility. Such a facility 
can be implemented on top of the <EM>logical update view</EM>. It would 
allow threads to do a controlled update between processing independent 
jobs.

<H3><A NAME="sec:4.3.3"><SPAN class="sec-nr">4.3.3</SPAN> <SPAN class="sec-title">Quick 
load files</SPAN></A></H3>

<A NAME="sec:qlf"></A>

<P>SWI-Prolog supports compilation of individual or multiple Prolog 
source files into `Quick Load Files'. A `Quick Load Files' (<CODE>.qlf</CODE> 
file) stores the contents of the file in a precompiled format.

<P>These files load considerably faster than source files and are 
normally more compact. They are machine independent and may thus be 
loaded on any implementation of SWI-Prolog. Note however that clauses 
are stored as virtual machine instructions. Changes to the compiler will 
generally make old compiled files unusable.

<P>Quick Load Files are created using <A NAME="idx:qcompile1:472"></A><A class="pred" href="consulting.html#qcompile/1">qcompile/1</A>. 
They are loaded using
<A NAME="idx:consult1:473"></A><A class="pred" href="consulting.html#consult/1">consult/1</A> 
or one of the other file-loading predicates described in
<A class="sec" href="consulting.html">section 4.3</A>. If consult is 
given the explicit <CODE>.pl</CODE> file, it will load the Prolog 
source. When given the <CODE>.qlf</CODE> file, it will load the file. 
When no extension is specified, it will load the
<CODE>.qlf</CODE> file when present and the <CODE>.pl</CODE> file 
otherwise.

<DL class="latex">
<DT class="pubdef"><A NAME="qcompile/1"><STRONG>qcompile</STRONG>(<VAR>:File</VAR>)</A></DT>
<DD class="defbody">
Takes a file specification as <A NAME="idx:consult1:474"></A><A class="pred" href="consulting.html#consult/1">consult/1</A>, 
etc. and, in addition to the normal compilation, creates a <EM>Quick 
Load File</EM> from <VAR>File</VAR>. The file-extension of this file is <CODE>.qlf</CODE>. 
The base name of the Quick Load File is the same as the input file.

<P>If the file contains `<CODE>:- consult(<VAR>+File</VAR>)</CODE>', `<CODE>:- 
[<VAR>+File</VAR>]</CODE>' or <CODE>:- load_files(<VAR>+File</VAR>, 
[qcompile(true), ...])</CODE> statements, the referred files are 
compiled into the same <CODE>.qlf</CODE> file. Other directives will be 
stored in the
<CODE>.qlf</CODE> file and executed in the same fashion as when loading 
the
<CODE>.pl</CODE> file.

<P>For <A NAME="idx:termexpansion2:475"></A><A class="pred" href="consulting.html#term_expansion/2">term_expansion/2</A>, 
the same rules as described in
<A class="sec" href="compilation.html">section 2.10</A> apply.

<P>Conditional execution or optimisation may test the predicate
<A NAME="idx:compiling0:476"></A><A class="pred" href="consulting.html#compiling/0">compiling/0</A>.

<P>Source references (<A NAME="idx:sourcefile2:477"></A><A class="pred" href="consulting.html#source_file/2">source_file/2</A>) 
in the Quick Load File refer to the Prolog source file from which the 
compiled code originates.</DD>
<DT class="pubdef"><A NAME="qcompile/2"><STRONG>qcompile</STRONG>(<VAR>:File, 
+Options</VAR>)</A></DT>
<DD class="defbody">
As <A NAME="idx:qcompile1:478"></A><A class="pred" href="consulting.html#qcompile/1">qcompile/1</A>, 
but processes additional options as defined by
<A NAME="idx:loadfiles2:479"></A><A class="pred" href="consulting.html#load_files/2">load_files/2</A>.<SUP class="fn">bug<SPAN class="fn-text">Option 
processing is currently incomplete.</SPAN></SUP>
</DD>
</DL>

<P></BODY></HTML>