Home | Notes | Languages | Programs | Homework |
Re: prolog compiler |
Michael Witczak (mwitczak@VT.EDU)
Wed, 31 Oct 2001 20:10:43 -0500
Message-ID: <NNEDIFLPMDIECDCGIKEDEELECDAA.mwitczak@vt.edu> Date: Wed, 31 Oct 2001 20:10:43 -0500 From: Michael Witczak <mwitczak@VT.EDU> Subject: Re: prolog compiler
actually, the best thing I have found is if you name the file 'xxxxxxxxx.pl'
and then double click the file, it will automatically load in the compiler.
That was you dont have to type in the full path everytime you want to
compile it!
~mw
-----Original Message-----
From: discussion list [mailto:CS3304_91312@listserv.vt.edu]On Behalf Of
Michael Witczak
Sent: Wednesday, October 31, 2001 7:54 PM
To: CS3304_91312@LISTSERV.VT.EDU
Subject: Re: [CS3304_91312] prolog compiler
you must include a '\\'
['c:\\project3.pl'].
-----Original Message-----
From: discussion list [mailto:CS3304_91312@listserv.vt.edu]On Behalf Of
David Tuell
Sent: Wednesday, October 31, 2001 7:36 PM
To: CS3304_91312@LISTSERV.VT.EDU
Subject: Re: [CS3304_91312] prolog compiler
include the period after the end bracket
David
----- Original Message -----
From: "Matthew Posid" <mposid@VT.EDU>
To: <CS3304_91312@LISTSERV.VT.EDU>
Sent: Wednesday, October 31, 2001 7:11 PM
Subject: [CS3304_91312] prolog compiler
> i'm having trouble getting a program to load in the prolog
> compiler...every time i try to load a file (including the ones on the
> prolog section of the class website), the compiler returns a new line
> with a "|" displayed. that is all it does. if it hit ctrl+z, it tells
> me i have an unexpected end of file.
>
> i have tried entering the load command as both:
> ['3children.pro'] and as
> ['g:/prolog/3children.pro']
> etc...
>
> and they both have the same results. any thoughts??
>
> thanks.
Home | Notes | Languages | Programs | Homework |