Author: sanka
Date: Mon Jan 30 20:15:24 2006
New Revision: 373696

URL: http://svn.apache.org/viewcvs?rev=373696&view=rev
Log:
Modified: Added some info about the Prolog BSF Engine written by Ulf Dittmer

Modified:
    jakarta/bsf/trunk/xdocs/projects.xml

Modified: jakarta/bsf/trunk/xdocs/projects.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/bsf/trunk/xdocs/projects.xml?rev=373696&r1=373695&r2=373696&view=diff
==============================================================================
--- jakarta/bsf/trunk/xdocs/projects.xml (original)
+++ jakarta/bsf/trunk/xdocs/projects.xml Mon Jan 30 20:15:24 2006
@@ -336,7 +336,37 @@
         </table>
       </subsection>
 
+      <subsection name="Prolog">
+        <p>
+          "Prolog is a logic-oriented language based on predicate calculus. 
While it is not
+                 really a scripting language, there is a range of problems 
that are much easier to
+                 express in it than in Java, and for these cases a Prolog BSF 
engine comes in handy.
+                 It is also useful for adding a GUI to Prolog programs.
+                 The underlying Prolog interpreter is JLog, which can be run 
as an applet, an application
+                 or embedded through an API, and can be found at 
http://sf.net/projects/jlogic/.
+        </p>
+        <table>
+          <tr>
+            <th>Compatibility:</th>
+            <td>BSF 2.3 and above</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a 
href="http://www.ulfdittmer.com/jlog/";>http://www.ulfdittmer.com/jlog/</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href="mailto:[EMAIL PROTECTED]">Ulf Dittmer</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>GPL (same as JLog itself)</td>
+          </tr>
+        </table>
+      </subsection>
+
     </section>
 
   </body>
 </document>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to