What book would you recommend for a beginner in PROLOG? I currently know Perl.
相关问题
- Creating a SPARQL parameterized query using append
- How to join rules and print out outputs in prolog
- Splitting list and iterating in prolog
- Accumulating while in recursion/backtracking
- prolog trace how to use
相关文章
- What are the problems associated to Best First Sea
- How can I fix this circular predicate in Prolog?
- How to negate in Prolog
- Remove incorrect subsequent solutions without once
- prolog two lists are exactly the same
- Simplify Expressions in Prolog
- Check if any element's frequency is above a li
- Prolog — symetrical predicates
I recommend Logic Programming in Prolog by Max Bramer. It helped me to learn prolog from scratch. You don't have to know any other programming languages or complex mathematical concepts.
The Art of Prolog by Leon Sterling and Ehud Shapiro.
Prolog Programming for Artificial Intelligence
Its excellent :)
I recommend Blackburn, Bos and Striegnitz, Learn Prolog Now. This was used in my academic course on Prolog. Full text is freely available online.