Giter VIP home page Giter VIP logo

Comments (3)

triska avatar triska commented on May 23, 2024 1

Thank you very much for your feedback!

In recent versions of SWI-Prolog, library(tabling) is deprecated. For example, with 7.7.14, I get:

?- use_module(library(tabling)).
Warning: :- table/1 is built-in.  library(tabling) is deprecated.
true.

Please make sure to use recent versions of Prolog systems if you try examples from the book, since I am using many very recent features and generally also use very recent system versions.

The other issue you mentioned is a limitation of SWI-Prolog, please consider filing an issue in that project.

Thank you and all the best!
Markus

from the-power-of-prolog.

brodo avatar brodo commented on May 23, 2024

Thanks! Which Prolog implementation would you recommend?

from the-power-of-prolog.

triska avatar triska commented on May 23, 2024

In so far as the book is concerned, I feel it would be inappropriate for me to recommend one system over another: I try to cover topics that are either already commonly supported, or which I think would be interesting and useful (future) additions to all systems, or those on which I would like to encourage convergence and compatibility by increasing their usage in all available Prolog implementations.

It is my hope that the features that your example requires (constraints and tabling) will one day be supported in many systems, so that we all benefit from a set of great Prolog implementations.

I encourage you to file such requirements as issues in the systems you want to use, since that increases the likelihood of them being implemented and improved!

from the-power-of-prolog.

Related Issues (20)

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.