What are the best Prolog programming practices and style guidelines? [closed]
OK, I know that this is very general question and that there were written some papers on the subject, but I have a feeling that these publications cover very basic material and I'm looking for something more advanced which would improve style and efficency. This is what I have in paper: "Research Report AI-1989-08 Efficient Prolog: A Practical Guide" by Michael A. Covington, 1989 "Efficient Prolog Programming" by Timo Knuutila, 1992 "Coding guidelines for Prolog" by Covington, Bagnara, O'Keefe, Wielemaker, Price, 2011 Sample subjects covered in these: tail recursion and differential lists,