From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a490e808ff6bce8b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-12 07:03:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!intgwpad.nntp.telstra.net!news.telstra.net!news-server.bigpond.net.au!not-for-mail From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: How to interface to Prolog? References: <3cb6a1aa_2@news.tm.net.my> Posted-And-Mailed: yes User-Agent: MT-NewsWatcher/3.2 (PPC Mac OS X) Message-ID: Date: Fri, 12 Apr 2002 14:03:10 GMT NNTP-Posting-Host: 144.132.91.90 X-Complaints-To: news@bigpond.net.au X-Trace: news-server.bigpond.net.au 1018620190 144.132.91.90 (Sat, 13 Apr 2002 00:03:10 EST) NNTP-Posting-Date: Sat, 13 Apr 2002 00:03:10 EST Organization: BigPond Internet Services (http://www.bigpond.net.au) Xref: archiver1.google.com comp.lang.ada:22422 Date: 2002-04-12T14:03:10+00:00 List-Id: Adrian Hoe wrote: > Hi, > > I would like to call a procedure written in Prolog from Ada or another > way round. I Could not find any information on this. > > One way to resolve this is to write a C-wrapper but I want to do it pure > Ada-Prolog if possible. > > Any ideas, anyone? > > Thanks. There is a Prolog interpreter written in Ada from the Anna (Ada annotation language) toolset written at Stanford (?) many years ago, that I made more Ada95 like quite some time ago. It was for a project that never really got off the ground, so although the packages seem to work a bit, I can't guarentee how thoroughly it would work. I attempted to contact the copyright holders when I got a copy of it, but could never make raise them from the dead. The source code can be found at... http://goanna.cs.rmit.edu.au/~dale/software/index.html Dale