home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / comp.lang.prolog < prev    next >
Encoding:
Text File  |  1995-04-11  |  15.1 KB  |  411 lines

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