Dec 052017
 
A public domain version of PROLOG. More full featured than PDPROLOG.
File ESLPDPRO.ZIP from The Programmer’s Corner in
Category Miscellaneous Language Source Code
A public domain version of PROLOG. More full featured than PDPROLOG.
File Name File Size Zip Size Zip Type
DEBUG.PRM 11520 4671 deflated
DEC10.PRM 7552 2989 deflated
EDIT.BA! 640 330 deflated
EDIT.EXE 32240 19329 deflated
EFILE.PRM 24576 7575 deflated
ERROR.PRM 5888 2512 deflated
GRULES.PRM 2048 740 deflated
INT.PRM 1792 673 deflated
PRETTY.PRM 6016 2201 deflated
PROLOG2.EXE 180208 90432 deflated
READ.ME 2432 1160 deflated
READ.ME2 914 542 deflated
SAMPLE.HLP 8960 3715 deflated
SAMPLE.KBS 23552 7182 deflated
SAMPLE.PRO 10240 2836 deflated
SAMPLE.TAB 256 44 deflated
SYSMESS.PRM 5376 1989 deflated
SYSTED.PRM 11776 4945 deflated
TOP.PRM 5376 2262 deflated
WINDOW.PRM 37888 13216 deflated

Download File ESLPDPRO.ZIP Here

Contents of the READ.ME file


Installation instructions and release notes

Prolog-2 Public Domain

Version 2.30 - IBM PC

1. Installation on hard disk

There is no special installation procedure for Prolog-2; simply make
a directory called, for example, PROLOG2 on your hard disk and copy
all the diskettes supplied into it. Then test your installation by
typing PROLOG2.

2. Installation on floppy disks

It is also possible to run Prolog-2 from a floppy disk. Make a backup
copy before doing this.

3. CONFIG.SYS

You must also have a file CONFIG.SYS on the disk from which you
boot DOS - you may have one already.

Your CONFIG.SYS file must contain the statement

FILES=20

otherwise you will get system errors during startup. Once you have
added this line to the file, reboot the machine for it to take
effect.

4. Editor

The full Prolog-2 system has an integrated editor. In this version
a predicate edit/1 is supplied to allow files to be edited; specify
the name of the file as an argument. The file is automatically
reconsulted after editing. Thus

?- edit(foo).

edits FOO.PRO and reconsults it. edit/1 works by invoking a batch
file EDIT.BAT with the file as argument. A sample EDIT.BAT that invokes
WordStar is supplied; edit it to invoke your normal editor. Note that
only 128000 bytes are free for editing. If you need more, the form

?- edit(foo,200000).

for example will free 200000 bytes of memory.

5. Legalese

This Prolog system is the freeware version of Prolog-2 from Expert
Systems Ltd. You are encouraged to copy this disk, subject to the
restriction that you must not delete or change any of the supplied
files without the permission of ESL (on the other hand, if you want to
ship your own Prolog program you are free to add files).

There is no registration fee for this version of Prolog-2, and the
product is not supported. But if you upgrade to another version
of Prolog-2 you can use the ESL bulletin board or the help line to
report problems and request new versions.

This public domain was originally developed for the Open University
to be shipped with their MIKE Expert System. Their help and advice
in assembling this package is gratefully acknowledged.


Expert Systems Ltd
Unit 12
7 West Way
Oxford OX2 0JB
UK
+44 865 794474


 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)