Logic Programming

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MaR

    #1

    Logic Programming

    Yes! The question rears its head once again! ;o)

    I have done some search and trial and horrors.. (PyLog has vanished?)
    But I fail to find anything useful when it comes to do Logic
    Programming (e.g. Prolog'ish)
    in the context of Python.
    And yes, I tend to beleive that I need to!
    No, I do not really like the idea of piping def's and queries to
    SWI-prolog ála PyProlog.

    So, I would be *so* happy if someone could point at some module that
    gives me the possibility to define a knowledgebase and queries from
    within Python and still access the structures from Python code.

    *pleeze!*

  • Boris Borcic

    #2
    Re: Logic Programming


    I believe some work has been down in pypy to bring logic programming to python.
    You might ask pypy-dev

    Google leads to http://codespeak.net/pypy/dist/pypy/...space-0.9.html

    Comment

    Working...