Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sun!pitstop!sundc!seismo!uunet!mcvax!ukc!icdoc!ivax!mmh From: mmh@ivax.doc.ic.ac.uk (Matthew Huntbach) Newsgroups: comp.lang.prolog Subject: Re: Parallel Prolog Keywords: Parallel, Prolog Message-ID: <707@gould.doc.ic.ac.uk> Date: 7 Mar 89 20:35:14 GMT References: <3345@uhccux.uhcc.hawaii.edu> Sender: news@doc.ic.ac.uk Reply-To: mmh@doc.ic.ac.uk (Matthew Huntbach) Organization: Dept. of Computing, Imperial College, London, UK. Lines: 11 In article <3345@uhccux.uhcc.hawaii.edu> sehyo@wiliki.eng.hawaii.edu (Sehyo Chang) writes: >I am looking for source code to parallel version of the PROLOG such >as Concurrent Prolog or PARLOG. Thanks > Current thinking on Parlog is that it is best thought of as a sister logic programming language to Prolog rather than as a "parallel version of Prolog". The inherent concurrency with the power of the logic variable make Parlog a very versatile language, even when used on a sequential machine. But its versatility is not necessarily in those areas where Prolog is most useful. Thinking of it as "parallel Prolog" emphasises its limitations compared with Prolog, without drawing attention to its power elsewhere.