info-gnuprologjava
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Info-gnuprologjava] Interpreter


From: Daniel Thomas
Subject: Re: [Info-gnuprologjava] Interpreter
Date: Mon, 21 Mar 2011 20:39:58 +0000

Hello,

You might find the manual
http://www.gnu.org/software/gnuprologjava/manual/ helpful - though that
is not as good as I would like it to be.

GNU Prolog for Java contains an implementation of the prolog interpreter
in java and files and goals can be passed to it. Calls to the
interpreter are synchronous and are responded to in java through return
values of methods rather than going to some other output.

I hope that helps explain, if not please feel free to ask more
questions.

Daniel

On Mon, 2011-03-21 at 18:26 +0530, immunizer immunizer wrote:
> Hello
> 
> I am new to GNU Prolog for Java. I have a small query, it might be
> amateurish but still I am unable to answer:
> After going through the general description of GNU Prolog for Java, I
> thought that that it basically takes Prolog calls from User who
> submits it via Java, which are sent to inbuilt Prolog.
> Say if a user gives an instruction then the code only takes and calls
> it to the Prolog compiler lying backhand and later gives the output.
> But in the code I could no where see the calls being given to the
> compiler.
> Please explain. Or does it simply take the calls, Java process it just
> like how Prolog would do?
> 
> Cheers,
> Immunizer

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]