Anders Lehmann <[EMAIL PROTECTED]> wrote on 06/01/2006 16:21:42: > Sorry for not sending the first answer to the list, please read below. > > Den 06/01/2006 kl. 17.11 skrev [EMAIL PROTECTED]: > > > Thanks for the info Anders. > > > > What I don't understand is what the relation of this all is with PyPy. > > Will it eventually be somehow integrated with python itself rather > > than a > > library? What benefits will this bring? > > > > Cheers, > > Ben > > > > For now there are no relation to PyPy. For now the parser/reasoner is > using the constraint solving package from Logilab for the heavy > lifting. We plan to integrate this Logic solving package into PyPy > (in LogicObjectSpace) and thus showcasing the flexibility of PyPy. > > The possibility to use OWL from python is in some demand (at least in > rdf land and here at DFKI). > > Hope this helps > > Anders Lehmann >
Ah, I see (I think). So the integrated LogicObjectSpace will be about to somehow solve logic problems expressed in ordinary python objects. Thanks for the info! Cheers, Ben _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
