[pypy-svn] r24036 - pypy/extradoc/sprintinfo/louvain-la-neuve-2006

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Mar 7 09:43:03 CET 2006


Author: cfbolz
Date: Tue Mar  7 09:42:50 2006
New Revision: 24036

Added:
   pypy/extradoc/sprintinfo/louvain-la-neuve-2006/planning.txt
Log:
(all) some rough planning from yesterday


Added: pypy/extradoc/sprintinfo/louvain-la-neuve-2006/planning.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/sprintinfo/louvain-la-neuve-2006/planning.txt	Tue Mar  7 09:42:50 2006
@@ -0,0 +1,24 @@
+Louvain-la-Neuve Logic programming sprint
+=========================================
+
+Tasks:
+------
+
+ * identify parts of the current logic module that can be usefully implemented
+   in RPython
+ * take a look at existion logic programming software (pychinko,
+   GECODE, CWM, tableau, pylog) and at the RETE algorithm think about
+   integration with
+ * existing Python syntax/new syntax: look at and update document desicribing
+ * some of the ideas consistency for multi-paradigm programming languages in
+   Python especially
+
+
+Links:
+------
+
+ * description of the Rete algorithm: http://drools.org/Rete
+ * CWM (closed world machine): http://infomesh.net/2001/cwm/
+ * pychinko: http://www.mindswap.org/~katz/pychinko/ 
+ * pylog (implementation of prolog in python): http://christophe.delord.free.fr/en/pylog/
+ * cookbook receipt that lets one add arbitrary infix binary operators: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/384122



More information about the Pypy-commit mailing list