pyDatalog

Embeds a subset of prolog in python using SLG algorithm with memoization
Download

pyDatalog Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Pierre Carbonnelle
  • Publisher web site:
  • https://bitbucket.org/pcarbonn/

pyDatalog Tags


pyDatalog Description

pyDatalog is a module that brings logic programming to Python. Assert facts and insert logic clauses directly in your python code, and use the inference engine to resolve complex, recursive queries fast.Datalog is a non-Turing complete subset of prolog that is best at simulating intelligent behavior (e.g. in games), at performing recursive algorithms (e.g. in graph analysis) or at managing large sets of related information (e.g. in the semantic web).Datalog statements can be specified in any order, eliminating the need for sequence diagrams and the associated risk of tricky errors. Datalog programs are often shorter than their python equivalent.Product's homepage


pyDatalog Related Software