home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 16 Announce / 16-Announce.zip / pmpro.inf (.txt) < prev    next >
OS/2 Help File  |  1996-08-31  |  197KB  |  197 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introducing PMPro Prolog for OS/2 ΓòÉΓòÉΓòÉ
  3.  
  4. We are pleased to announce the availability of the PMPro Prolog Interpreter (v 
  5. 1.03) for OS/2.  This new product provides the full power of the Prolog 
  6. language at a very low cost.  Its user interface is tightly integrated with the 
  7. OS/2 workplace. It provides a powerful and user-friendly environment for 
  8. learning Prolog, or developing professional calibre Prolog programs.  The 
  9. Prolog engine can be run separately from the user interface, and can be 
  10. connected to your own OS/2 programs. 
  11.  
  12. See also: 
  13.  
  14.      Features 
  15.      Prolog's advantages 
  16.      Version information 
  17.      Future releases 
  18.      Technical support 
  19.      Price and ordering 
  20.  
  21.  
  22. ΓòÉΓòÉΓòÉ 2. Features ΓòÉΓòÉΓòÉ
  23.  
  24. PMPro contains a Prolog language interpreter which has been embedded in custom 
  25. products for several years.  For the first time, this Prolog is available to 
  26. OS/2 users and developers with a Presentation Manager user interface and an 
  27. easily embeddable inference engine. 
  28.  
  29. Among PMPro Prolog's many features are: 
  30.  
  31.      A full suite of Prolog standard predicates. 
  32.  
  33.      Extensive context-sensitive help system. 
  34.  
  35.      Drag-drop consultation and reconsultation of files (see screen shot 
  36.       above). 
  37.  
  38.      Example programs you can run, trace and modify immediately. 
  39.  
  40.      OS/2 drag and drop integration for window colours and fonts. 
  41.  
  42.      Prolog Code file type template and associations. 
  43.  
  44.      A graphical user interface with response, trace, and debug windows, and a 
  45.       dialog window which saves all previous queries for fast re-submission. 
  46.  
  47.      Automatic inter-session memory of window options and placement. 
  48.  
  49.      Simple logging of interactive sessions (useful to certify testing of 
  50.       predicates under development). 
  51.  
  52.      Mathematical operators enhanced for vector operations. 
  53.  
  54.      Additional predicates for basic statistical and trigonometric operations. 
  55.  
  56.      Real-number math. 
  57.  
  58.      Fully 32-bit implementation. 
  59.  
  60.      Inference engine and response daemon communicate through named pipes 
  61.       which are easily specified as program parameters. OS/2 multitasking is 
  62.       thus exploited to provide responsive user interaction as well as 
  63.       simplicity and flexibility when embedding the engine. 
  64.  
  65.      User interface and engine can reside on separate machines in any network 
  66.       with OS/2 named pipe support. 
  67.  
  68.      Access to OS/2 extended file attributes from rules. 
  69.  
  70.      Ability to launch programs and sessions from rules. 
  71.  
  72.      Ability to load third-party DLLs and call their entry points from within 
  73.       rules. 
  74.  
  75.      Direct access to OS/2 Multimedia capabilities from within rules. 
  76.  
  77.  
  78. ΓòÉΓòÉΓòÉ 3. Prolog's advantages ΓòÉΓòÉΓòÉ
  79.  
  80. Prolog is a declarative language.  By stating the facts and rules which relate 
  81. objects in the problem domain to each other, you constuct your Prolog program. 
  82. Its meaning is the set of logical consequences of these program statements, and 
  83. this is computed by the inference engine at run-time. 
  84.  
  85. You do not have to be concerned with telling the machine how to solve the 
  86. problem, nor where to put data in memory.  This allows you to concentrate on 
  87. the problem at hand rather than on software concerns. 
  88.  
  89. Scoping rules are simple and uniform in Prolog, and declaration of variable 
  90. names is not required. This reduces code size and opportunities for error. 
  91.  
  92. Prolog programs tend to be from five to ten times smaller than the equivalent 
  93. procedural programs.  This reduces the opportunity for human error and reduces 
  94. maintenance cost. 
  95.  
  96. Prolog is not specifically for Artificial Intelligence.  It is a powerful 
  97. general-purpose programming language with efficient implementations available 
  98. on most computing platforms today. You can use PMPro to enter the world of 
  99. Prolog programming at a low initial cost, or to mix Prolog subsystems into your 
  100. own systems.  You may find the Prolog approach so useful that you will want to 
  101. move to a Prolog compiler for your next major system. 
  102.  
  103. Prolog has a history of use for linguistics research and natural language 
  104. processing.  While voice capture technology has solved the problem of 
  105. translating sounds into phonemes and words,  procedural languages (including 
  106. object-oriented ones) have not provided a productive way of adding natural 
  107. language "smarts" to your programs.  This is one of Prolog's strengths, and is 
  108. the reason we have chosen Mariah, a loquacious African Grey parrot, as our logo 
  109. for PMPro. 
  110.  
  111. Mariah already has a great deal more language processing and context 
  112. recognition power than your computer, but you can close the gap by using Prolog 
  113. in your systems. 
  114.  
  115. Natural language interaction is the next great revolution in user interface 
  116. design.  The low-level problems have already been solved by speech recognition 
  117. libraries like ICSS for OS/2. But using these libraries just to navigate menus 
  118. is a waste. Give your programs the power to treat the word stream as language, 
  119. by building PMPro into your systems! 
  120.  
  121.  
  122. ΓòÉΓòÉΓòÉ 4. Version Information ΓòÉΓòÉΓòÉ
  123.  
  124. The inference engine used in PMPro has proved itself over several years of use 
  125. and enhancement in custom embedded applications.  These include knowledge-based 
  126. simulation systems, multimedia presentation systems with embedded rule-based 
  127. capability, natural language subsystems and expert systems. 
  128.  
  129. The current release has been enabled for OS/2 named pipes and provided with a 
  130. new OS/2 PM Graphical User Interface. The components have all been 
  131. re-designated starting from Version 1.0 despite the main engine's longer 
  132. history. 
  133.  
  134. See Future releases for a discussion of the future directions of PMPro. 
  135.  
  136.  
  137. ΓòÉΓòÉΓòÉ 5. Future releases ΓòÉΓòÉΓòÉ
  138.  
  139. Registered licence holders will receive service releases and upgrades free for 
  140. a period of one year from the date of purchase.  Because of the low price of 
  141. PMPro, shipping on these free upgrades will be payable by the licence holder. 
  142.  
  143. Future releases will include some or all of the following features, though 
  144. specific dates and packaging have not been announced.  Your opinion on the 
  145. scheduling of release of these features is welcomed: 
  146.  
  147.      DLL packaging of the embeddable feature. 
  148.  
  149.      SOM object packaging of the embeddable feature and the user interface 
  150.       components. 
  151.  
  152.      A suite of GUI system-supplied predicates. 
  153.  
  154.      Grammar rule handling by the system's parser (grammar rules are currently 
  155.       handled through the definite clause grammar translation example program 
  156.       which is provided). 
  157.  
  158.  
  159. ΓòÉΓòÉΓòÉ 6. Technical support ΓòÉΓòÉΓòÉ
  160.  
  161. Technical support for PMPro is provided via CompuServe Information Service. 
  162.  
  163. Log on to CompuServe and type GO OS2AVEN at the prompt. Once in the OS2AVEN 
  164. forum, select Other Vendors (section 1), and leave technical questions in a 
  165. forum message.  The messages are scanned daily and one-day (in some cases 
  166. same-day) turnaround for replies can be expected. 
  167.  
  168. Those connected only to the Internet may place technical questions in a mail 
  169. message to: 
  170.  
  171.   76150.1166@compuserve.com
  172.  
  173. Those with no email connection may call 1-613-749-7984. 
  174.  
  175.  
  176. ΓòÉΓòÉΓòÉ 7. Price and ordering ΓòÉΓòÉΓòÉ
  177.  
  178. PMPro is available at $50 US plus shipping charges ($5 US for first class mail, 
  179. $10 US for UPS Courier) from the following source: 
  180.  
  181.   Gregory Bourassa
  182.   P.O. Box 27038,
  183.   Gloucester, Ontario,
  184.   Canada, K1J 9L9
  185.  
  186.   Tel (613) 749-7984  Fax (613) 749-6619
  187.   email  76150.1166@compuserve.com
  188.  
  189. Payment can be made by cheque or postal money order.  Please provide your full 
  190. shipping address with your order. 
  191.  
  192. Special prices are available for volume purchases. Re-distribution of the 
  193. embeddable inference engine is royalty-free provided the product of which it 
  194. forms a sub-system is not a direct competitor to PMPro's development 
  195. environment. 
  196.  
  197. Please call for information.