Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site ark.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!genrad!panda!talcott!harvard!seismo!mcvax!vu44!botter!ark!boeijink From: boeijink@ark.UUCP (Peter Boeijink) Newsgroups: net.micro,net.micro.pc Subject: Prolog-V on a MsDos-compatible Message-ID: <640@ark.UUCP> Date: Wed, 15-Jan-86 20:58:54 EST Article-I.D.: ark.640 Posted: Wed Jan 15 20:58:54 1986 Date-Received: Sat, 18-Jan-86 08:32:55 EST Organization: VU Informatica, Amsterdam Lines: 24 Xref: watmath net.micro:13525 net.micro.pc:6562 In the BYTE magazine of december Chalcedony Software offers a Prolog interpretor. They have two versions: PROLOG-V for $69.95 and PROLOG-V-Plus for $99.95. Both are running on MsDos and PcDos systems according to the ad. I own a Sanyo MBC-555 with MsDos 2.11. Can a Prolog-V user on the net tell me: - whether the packet is running on the MBC-555; - what his/her experience is with the packet. mbc555(msdos). prologV(msdos). quality(minimal_as_prologC). price(reasonable). user_friendly(not_as_prologC). run :- prologV(TYPE), mbc555(TYPE). experience :- quality(minimal_as_prologC), user_friendly(not_as_prologC), price(reasonable). buy :- run, experience. ?- buy. Thanks in advance, Peter Boeijink.