GithubHelp home page GithubHelp logo

sebdumancic / pylo2 Goto Github PK

View Code? Open in Web Editor NEW
83.0 13.0 6.0 191 KB

Python wrapper around several Prolog engines. Hoping to make symbolic AI a part of standard AI toolkit.

License: MIT License

C++ 10.58% Python 84.94% CMake 4.47%
prolog logic-programming artificial-intelligence

pylo2's People

Contributors

hayesall avatar joschout avatar quintenbruynseraede avatar sebdumancic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pylo2's Issues

Inconsistent behavior over different engines when quoted constants appear in query results.

When quoted constants are part of query results, SWI and XSB have different behavior. More specifically, SWI includes the constants, while XSB drops them. This leads to inconsistencies and problems later on. For example, the returned unquoted constants might not get recognized as constants anymore by Pylo.

This behavior is also noticeable when using SWI and XSB on the terminal:

?- consult(user).
|: foo('#-x').
|: ^D
true.

% SWI behavior
?- foo(X).  
X = '#-x'.

% XSB behavior
?- foo(X).  
X = #-x.

It might be useful to hide this different behavior through Pylo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.