[pypy-svn] r26448 - pypy/extradoc/soc-2006

auc at codespeak.net auc at codespeak.net
Thu Apr 27 16:19:22 CEST 2006


Author: auc
Date: Thu Apr 27 16:19:06 2006
New Revision: 26448

Modified:
   pypy/extradoc/soc-2006/constraints.txt
Log:


Modified: pypy/extradoc/soc-2006/constraints.txt
==============================================================================
--- pypy/extradoc/soc-2006/constraints.txt	(original)
+++ pypy/extradoc/soc-2006/constraints.txt	Thu Apr 27 16:19:06 2006
@@ -10,11 +10,11 @@
   with possibly subotpimal runtime performance but no external
   dependency, and a lot of fun,
 
-* wrapping Gecode[1] : first finish the c-wrapper around Gecode (unless
-  interfacing PyPy with C++ becomes available), then use rctypes to
-  provide interpreter access to low-level Gecode functionality, and
-  finally integrate it into the existing interpreter-level constraint
-  solver.
+* wrapping Gecode[1] : first finish the c-wrapper around Gecode
+  (unless interfacing PyPy with C++ becomes available), then use
+  rctypes to provide interpreter access to low-level Gecode
+  functionality, and finally integrate it into the existing
+  interpreter-level constraint solver.
 
 Rctypes is what PyPy offers, mimicking python ctypes, to interface the
 interpreter with C code. The machinery is still young and the



More information about the Pypy-commit mailing list