home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Information / Languages / Prolog / prolog⁄faq next >
Encoding:
Text File  |  1994-12-03  |  15.9 KB  |  427 lines  |  [TEXT/R*ch]

  1. Newsgroups: comp.lang.prolog,news.answers,comp.answers
  2. Path: bloom-beacon.mit.edu!gatech!newsfeed.pitt.edu!ctc.com!news.mic.ucla.edu!news.bc.net!newsserver.sfu.ca!fornax!jamie
  3. From: jamie@cs.sfu.ca (Jamie Andrews)
  4. Subject: comp.lang.prolog Frequently Asked Questions
  5. Message-ID: <prolog/faq-1-786276003@cs.sfu.ca>
  6. Followup-To: comp.lang.prolog
  7. Summary: Information about free Prolog implementations; contact names for commercial systems; controversial topics.
  8. Supersedes: <prolog/faq-1-784980003@cs.sfu.ca>
  9. Reply-To: jamie@cs.sfu.ca (Jamie Andrews)
  10. Organization: Logic Programming Lab, Computer Science, Simon Fraser University
  11. Date: Thu, 1 Dec 1994 10:00:10 GMT
  12. Approved: news-answers-request@MIT.Edu
  13. Expires: 12/19/94
  14. Lines: 410
  15. Xref: bloom-beacon.mit.edu comp.lang.prolog:5598 news.answers:30327 comp.answers:8640
  16.  
  17. Posted-By: auto-faq script
  18. Archive-name: prolog/faq
  19.  
  20. Original-by: jamie@cs.sfu.ca (Jamie Andrews)
  21. Version: 1.16
  22. Last-modified: 9/30/94 by jamie@cs.sfu.ca (Jamie Andrews)
  23.  
  24.      This article contains the answers to some Frequently Asked
  25. Questions (FAQ) often seen in comp.lang.prolog.  It is posted
  26. (twice a month, currently on the 1st and 16th) to help reduce
  27. volume in this newsgroup and to provide hard-to-find information
  28. of general interest.
  29.  
  30.      This article includes answers to the following questions.
  31.  
  32. 0. General information
  33. 1. What is the Association for Logic Programming?
  34. 2. Where can I get a public-domain, free Prolog for (the IBM PC,
  35.    the Mac, Unix)?
  36. 3. What commercial systems are available?  What about systems
  37.    available for a price from research institutions?
  38. 4. How do I get in touch with my Prolog's users' group,
  39.    sales representative, or technical support line?
  40. 5. I think language X is better than Prolog.  What do you think?
  41. 6. My Prolog prof assigned me this problem.  Can you help
  42.    me with it?
  43. 7. Can you suggest some books on Prolog?
  44. 8. Are there any FTP archive sites for comp.lang.prolog?
  45. 9. How can I get a copy of the draft ISO Prolog standard?
  46.    Where can I go for more information about it?
  47. 10. How does the WAM (Warren Abstract Machine) work?  How do I
  48.    write a WAM-based compiler or a WAM emulator?
  49. 11. Is there a WWW (World Wide Web) page on logic programming?
  50.  
  51.      Please forward suggestions for further questions and
  52. answers to the current FAQ maintainer, jamie@cs.sfu.ca (Jamie
  53. Andrews).
  54.  
  55. Changes in this version:
  56. * Added information on PIE2 (DOS).
  57. * Added information on wamcc and clp(FD) (Unix).
  58. * Added information on KLIC (Unix).
  59. * Updated information on SWI-Prolog (Windows).
  60. * Updated information on BinProlog (Unix, Dos).
  61. * Updated FTP archive information.
  62. * Corrected information on Prolog standard summary.
  63. * Added question 11.
  64.  
  65.             *    *    *
  66.  
  67. 0. General information
  68.  
  69.      The newsgroup "comp.lang.prolog" discusses the language
  70. Prolog and other "logic programming" languages.  Logic
  71. programming languages, in general, are programming languages
  72. which incorporate some of the language of mathematical logic;
  73. unification and backtracking search are common operational
  74. features.  For more background information about Prolog, see the
  75. list of books in Question 7 of this list.
  76.  
  77.             *    *    *
  78.  
  79. 1. What is the Association for Logic Programming?
  80.  
  81.      To keep up with the current state of logic programming
  82. technology, readers can join the Association for Logic
  83. Programming (ALP) and receive their Newsletter.  For details on
  84. how to join, contact:
  85.  
  86.         Cheryl Anderson,
  87.         ALP Administrative Secretary,
  88.         Dept. of Computing,
  89.         Imperial College,
  90.         180 Queen's Gate,
  91.         London, SW7 2BZ, UK
  92.  
  93. Email:   csa@doc.ic.ac.uk
  94. Fax:    +44 71 589 1552
  95. Phone:  +44 71 589 5111 x5011
  96.  
  97.      The Prolog Resource Guide (v0.6) was printed in issue 5/1
  98. of the Newsletter (Feb. 1992). This lists information concerning
  99. Prolog Archives, Books, Suppliers, etc.  It is now maintained by
  100. Mark Kantrowitz (Mark.Kantrowitz@GLINDA.OZ.CS.CMU.EDU), and
  101. posted periodically to comp.lang.prolog (see question 3).
  102.  
  103.      To send in Newsletter contributions, write to:
  104.  
  105.         Andrew Davison,
  106.         Dept. of Computer Science,
  107.         University of Melbourne,
  108.         Parkville,
  109.         Melbourne, Victoria 3052,
  110.         AUSTRALIA
  111.  
  112. Email:   ad@cs.mu.oz.au
  113. Fax:    +61 3 348 1184
  114. Phone:  +61 3 344 7207 / 5230
  115. Telex:   AA 35185
  116.  
  117.             *    *    *
  118.  
  119. 2. Where can I get a public-domain, free Prolog for (the IBM PC,
  120.    the Mac, Unix)?
  121.  
  122.      The following are anonymous-FTP sites for free Prologs
  123. which are either in the public domain or are "copy-lefted"
  124. (permitted to be copied with some restrictions on commercial use).
  125.  
  126.      [Please see Mark Kantrowitz's monthly "Prolog Resource
  127. Guide" posting (see question 3) for information about non-free
  128. implementations.]
  129.  
  130.      (Please note that for extensive development work, users
  131. will probably want a robust interpreter or compiler with good
  132. debugging facilities and a standard syntax, among other things.
  133. While public-domain systems are a valuable service to the
  134. community, they do not necessarily have all these things, and
  135. users should weigh carefully what they want to do against the
  136. capabilities and costs of the available systems.)
  137.  
  138. For the IBM PC:
  139. - BinProlog 3.00, anonymous FTP from clement.info.umoncton.ca
  140.   (139.103.16.2), directory BinProlog3.0.  Compiler for 386/486
  141.   machines (DOS + WIndows 3.1), R6000.
  142.   E-mail: tarau@info.umoncton.ca (Paul Tarau).
  143. - Anonymous FTP from aisun1.ai.uga.edu, directory ai.prolog;
  144.   download "Contents" first.  ADA Prolog and ESL Prolog.
  145.   E-mail: mcovingt@uga.cc.uga.edu (Michael Covington).
  146. - SWI Prolog, anonymous FTP from swi.psy.uva.nl (145.18.114.17),
  147.   directory pub/SWI-Prolog; or from ftp.th-darmstadt.de
  148.   (130.83.55.75), directory pub/programming/languages/prolog.
  149.   Windows application available.  Portable, copy-lefted.
  150. - PIE2, available on CompuServe in the AIEXPERT forum,
  151.   interpreter and examples in PIE2.ZIP, documentation in
  152.   PIEDOC.ZIP.  E-mail: ruggles@shell.com (Brent Ruggles).
  153.  
  154. For the Apple Macintosh:
  155. - Anonymous FTP from aisun1.ai.uga.edu, directory ai.prolog;
  156.   download "Contents" first.  Demo version of LPA MacProlog.
  157.   E-mail: mcovingt@uga.cc.uga.edu (Michael Covington).
  158. - Open Prolog, anonymous FTP from its home site: grattan.cs.tcd.ie
  159.   (134.226.32.15), directory pub/languages/open-prolog.
  160.   Also available from sumex-aim.stanford.edu, directory
  161.   info-mac/Development.  E-mail: brady@cs.tcd.ie (Michael Brady).
  162. - UPMAIL Tricia Prolog, anonymous FTP from ftp.csd.uu.se
  163.   (130.238.12.1), directory pub/Tricia; get README first.
  164.   Email: tricia-request@csd.uu.se.
  165. - TPM (the Transparent Prolog Machine), anonymous FTP from
  166.   hcrl.open.ac.uk, directory /pub/software.  Demo LPA
  167.   MacProlog with the TPM debugger built on top.
  168.  
  169. For Unix systems:
  170. - BinProlog 3.00, anonymous FTP from clement.info.umoncton.ca
  171.   (139.103.16.2), directory BinProlog3.0.  Compiler for SPARC
  172.   (SunOS 4.x + Solaris), DEC Alpha, MIPS, NeXT, Sun3.
  173.   E-mail: tarau@info.umoncton.ca (Paul Tarau).
  174. - SWI Prolog, anonymous FTP from swi.psy.uva.nl (145.18.114.17),
  175.   directory pub/SWI-Prolog; or from ftp.th-darmstadt.de
  176.   (130.83.55.75), directory pub/programming/languages/prolog.
  177.   Portable, copy-lefted.
  178. - Modular SB-Prolog (= SB-Prolog version 3.1 plus modules),
  179.   anonymous FTP from ftp.dcs.ed.ac.uk (129.215.160.5), file
  180.   pub/dts/mod-prolog.tar.Z .  Interpreter for SPARC.
  181.   E-mail: mprolog@dcs.ed.ac.uk (Brian Paxton).
  182. - ALF (Algebraic Logic Functional language), WAM-based language
  183.   with narrowing/rewriting, anonymous FTP from ftp.germany.eu.net,
  184.   directory "pub/programming/languages/LogicFunctional".
  185.   E-mail: opalla@julien.informatik.uni-dortmund.de (Rudolf Opalla).
  186. - CLP(R), available by e-mail request from Joxan Jaffar,
  187.   "joxan@watson.ibm.com".  Constraint logic programming language,
  188.   for academic and research purposes only.
  189. - Aquarius Prolog 1.0, send message with body "get aquarius-info
  190.   license" to listserv@acal-server.usc.edu.  High performance,
  191.   commercial functionality except debugging and modules.  For
  192.   SPARC, DECstation, MIPS, HP 9000 series, Sun 3.  Copy-lefted.
  193. - XSB, system with OLDT-resolution and HiLog capability.  Compiler
  194.   for Linux, Sun, Sparc, and NeXT.  Anonymous FTP from
  195.   cs.sunysb.edu (130.245.1.15), directory pub/XSB.
  196.   E-mail: xsb-contact@cs.sunysb.edu
  197. - wamcc, anonymous FTP from ftp.inria.fr, directory
  198.   "/INRIA/Projects/ChLoE/LOGIC_PROGRAMMING/wamcc".  Compiler which
  199.   translates Prolog to C via WAM.  Debuggers.  Requires GNU C
  200.   v.2.4.5 or higher.  Contact: daniel.diaz!inria.fr (Daniel Diaz).
  201. - clp(FD), anonymous FTP from ftp.inria.fr, directory
  202.   "/INRIA/Projects/ChLoE/LOGIC_PROGRAMMING/clp_fd".  Constraint
  203.   logic programming over finite domains.  Requires GNU C v.2.4.5
  204.   or higher.  Contact: daniel.diaz!inria.fr (Daniel Diaz).
  205. - KLIC, anonymous FTP from ftp.icot.or.jp, file name
  206.   "/ifs/symbolic-proc/unix/klic/klic-1.410.tgz".  ICOT Free
  207.   Software.  Concurrent logic programming.  Tested on Sparcs,
  208.   DEC 7000, Gateway P5-60.  Contact: ifs@icot.or.jp
  209.  
  210.             *    *    *
  211.  
  212. 3. What commercial systems are available?  What about systems
  213.    available for a price from research institutions?
  214.  
  215.      Many commercial systems are listed in the periodically
  216. posted Prolog Resource Guide.  The Resource Guide also lists
  217. many systems which are not exactly "commercial", but available
  218. for a price from research instutitions.  The list of such
  219. systems was originally compiled by Chris Moss, of Imperial
  220. College.  The rest of the Resource Guide was originally compiled
  221. by Dag Wahlberg, of Uppsala University.
  222.  
  223.      The Resource Guide is now maintained by the kind efforts
  224. of Mark Kantrowitz, "Mark.Kantrowitz@GLINDA.OZ.CS.CMU.EDU", who
  225. posts it ON THE 14TH OF EVERY MONTH on comp.lang.prolog.  It is
  226. also available by anonymous FTP from "ftp.cs.cmu.edu" [128.2.206.173]
  227. in the directory "/afs/cs.cmu.edu/user/mkant/Public/AI/", as the
  228. file "prolog-resource-guide.text".
  229.  
  230.      Readers should also note that the newly formed Prolog
  231. Vendors' Group is contactable electronically via the Secretary,
  232. Al Roth.  His email is "alroth@cix.compulink.co.uk".
  233.  
  234.             *    *    *
  235.  
  236. 4. How do I get in touch with my Prolog's users' group,
  237.    sales representative, or technical support line?
  238.  
  239.      Here are some e-mail addresses of these contacts, listed
  240. alphabetically by company or major product name.  Please note
  241. that sometimes phoning or writing to the company will get better
  242. response than e-mail.
  243.  
  244. ALS (Applied Logic Systems): 
  245.   Information:    info@als.com
  246.   Sales:    sales@als.com
  247.   Tech support:    support@als.com
  248.  
  249. Amzi! inc. (Cogent Prolog):
  250.   All:        amzi@world.std.com
  251.  
  252. COSYTEC (CHIP V4):
  253.   Information:    cosytec@cosytec.fr
  254.   Support:    help@cosytec.fr
  255.  
  256. ECLiPSe and Sepia:
  257.   User's group:    eclipse_users@ecrc.de
  258.   Information:    eclipse_request@ecrc.de
  259.   Tech support:    eclipse_bugs@ecrc.de
  260.  
  261. Expert Systems Ltd. (Prolog-2):
  262.   Sales:    sales@expert.demon.co.uk
  263.   Support:    support@expert.demon.co.uk
  264.   Users' group:    prolog2-request@hplb.hpl.hp.com
  265.  
  266. LPA:
  267.   Sales:    lpa@cix.compulink.co.uk
  268.   Tech support:    lpa@cix.compulink.co.uk
  269.  
  270. PDC Prolog:
  271.   Information:    pdc-request@pdc.dk
  272.   Sales:    sales@pdc.dk
  273.   Tech support:    support@pdc.dk
  274.  
  275. ProLog by BIM:
  276.   Contact:    prolog@sunbim.be (Kathleen Pierco)
  277.  
  278. Quintus:
  279.   Users' group:    quintus-users-request@quintus.com
  280.   Sales:    sales@quintus.com
  281.   Tech support:    teksup@quintus.com
  282.  
  283. SICStus:
  284.   Users' group:    sicstus-users-request@sics.se
  285.   Sales:    sicstus-request@sics.se
  286.   Tech support:    sicstus-bug@sics.se
  287.  
  288. Turbo Prolog:
  289.   Turbo Prolog is the older name for PDC Prolog (see above).
  290.  
  291.             *    *    *
  292.  
  293. 5. I think language X is better than Prolog.  What do you think?
  294.  
  295.      These debates rarely result in any productive discussion.
  296. To some extent, one's favourite language is based on irrational
  297. ideology.
  298.  
  299.      However, many people now agree that different languages are
  300. good for different things.  Prolog seems to be good for problems
  301. in which logic is intimately involved, or whose solutions have a
  302. succinct logical characterization.  Like other interactive,
  303. symbolic languages, Prolog is also good for rapid prototyping.
  304.  
  305.      Also, please note that there are many different "Prologs"
  306. and other logic programming languages available, all with
  307. different capabilities.
  308.  
  309.             *    *    *
  310.  
  311. 6. My Prolog prof assigned me this problem.  Can you help
  312.    me with it?
  313.  
  314.      If your instructor assigned it to you, he or she probably
  315. wanted you to do it yourself.  If it's an introductory Prolog
  316. course, your question might be elementary to most readers, so it
  317. might be a waste of network resources to ask it.  Please ask
  318. your instructor, a friend, a teaching assistant, or a local
  319. newsgroup for help first.
  320.  
  321.      That being said, there are comp.lang.prolog readers who
  322. would be glad to help people making a legitimate attempt to
  323. learn Prolog.
  324.  
  325.             *    *    *
  326.  
  327. 7. Can you suggest some books on Prolog?
  328.  
  329.      The Prolog Resource Guide (see above, question 3) contains
  330. a listing of Prolog books.  It is maintained by Mark Kantrowitz
  331. (Mark.Kantrowitz@GLINDA.OZ.CS.CMU.EDU), and posted periodically
  332. on comp.lang.prolog.
  333.  
  334.      Here are some of the most popular books on Prolog.
  335.  
  336. _Programming in Prolog_.  William F. Clocksin and Christopher S.
  337. Mellish.  Springer-Verlag, 1987.  (Introductory.)
  338.  
  339. _The Art of Prolog:  Advanced Programming Techniques_.  Leon
  340. Sterling and Ehud Shapiro.  MIT Press, 1986.  (Advanced.)
  341.  
  342. _The Craft of Prolog_.  Richard A. O'Keefe.  MIT Press, 1990.
  343. (Advanced.)
  344.  
  345. _Foundations of Logic Programming_.  John Lloyd. 
  346. Springer-Verlag, 1988 (2nd ed).  (Logic programming theory.)
  347.  
  348.             *    *    *
  349.  
  350. 8. Are there any FTP archive sites for comp.lang.prolog?
  351.  
  352.      Yes.  As of the latest check, the following archive sites
  353. contain selected recent articles from comp.lang.prolog in the
  354. indicated directories.
  355.  
  356. "cs.dal.ca": /pub/comp.archives/comp.lang.prolog
  357. "info2.rus.uni-stuttgart.de":
  358.   /pub/comm/news/archive/comp.archives/auto/comp.lang.prolog
  359.  
  360.      Some other sites contain copies of this FAQ list and the
  361. Prolog Resource Guide (see question 3).  For users with "archie"
  362. access, type "archie comp.lang.prolog" for an up-to-date list of
  363. sites having either archives or the periodic postings.
  364.  
  365.             *    *    *
  366.  
  367. 9. How can I get a copy of the draft ISO Prolog standard?
  368.    Where can I go for more information about it?
  369.  
  370.      You can pick up a copy by anonymous FTP from site
  371. "ai.uga.edu", directory "/pub/prolog.standard".  The directory
  372. also contains a summary of the standard, by Michael Covington,
  373. in the "isoprolog" files.  Note that no one at that site can
  374. answer any questions about the standard; it is just an FTP site
  375. for the standard in the USA.
  376.  
  377.      A copy of Richard O'Keefe's Prolog standard draft from 1984
  378. is available from "ftp.ecrc.de", file /pub/eclipse/std/plstd.doc".
  379.  
  380.      For more information about the ISO Prolog standard, contact
  381.  
  382. Roger Scowen 
  383. ISO/IEC JTC1 SC22 WG17 (Prolog) convener, 
  384. DITC/93,  National Physical Laboratory
  385. TEDDINGTON, Middlesex TW11 0LW
  386. UNITED KINGDOM
  387. Tel: +44 81 943 6956
  388. Fax: +44 81 977 7091
  389. E-mail: rss@seg.npl.co.uk
  390.  
  391.             *    *    *
  392.  
  393. 10. How does the WAM (Warren Abstract Machine) work?  How do I
  394.    write a WAM-based compiler or a WAM emulator?
  395.  
  396.      Reportedly the best tutorial is Hassan Ait-Kaci's book
  397. _Warren's Abstract Machine: A Tutorial Reconstruction_ (MIT
  398. Press, 1991).  A public-domain WAM emulator, written in C++ by
  399. Herve Touati, is available by anonymous FTP at site
  400. "gatekeeper.dec.com", in directory "pub/plan/prolog/ucb".
  401.  
  402.             *    *    *
  403.  
  404. 11. Is there a WWW (World Wide Web) page on logic programming?
  405.  
  406.      Yes, there is one by Jonathan Bowen; the URL is
  407. "http://www.comlab.ox.ac.uk/archive/logic-prog.html".
  408. He invites us to mail him at "bowen@comlab.ox.ac.uk" with any
  409. relevant information for inclusion.
  410.  
  411.             *    *    *
  412.  
  413. Acknowledgements
  414.  
  415.      For help in putting together this FAQ, thanks to Andrew
  416. Davison, Mike Brady, Michael Covington, Stephen Bevan, John
  417. Dowding, Thilo Kielmann, Paul Singleton, Dave Moffatt, Dani de
  418. Ridder, Per Bilse, Chris Moss, Kathleen Pierco, Paul Tarau,
  419. Jonathan Kamens, Jan Wielemaker, Dag Wahlberg, Micha Meier, Don
  420. Sannella, Clive Spenser, Yuan Liu, Jonas Barklund, and Ian
  421. Dickinson.  Special thanks to John Dowding for suggesting a good
  422. format for the list, and to Chris Moss, Dag Wahlberg, and Mark
  423. Kantrowitz for their work on the Prolog Resource Guide.
  424.  
  425. --Jamie Andrews.
  426.   jamie@cs.sfu.ca
  427.