You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by sa...@apache.org on 2006/01/31 05:15:27 UTC

svn commit: r373696 - /jakarta/bsf/trunk/xdocs/projects.xml

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:udittmer@yahoo.com">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: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org