comp.lang.prolog FAQ


This page contains the Frequently Asked Questions list (FAQ) of the newsgroup comp.lang.prolog.

You can download the FAQ in different formats:
The FAQ are posted using a Prolog library: newscryer.pl

A Prolog DCG concisely describes the sequence of commands and responses for posting the FAQ:
    post_faq -->
        authenticate,
        command("group comp.lang.prolog"),
        ok,
        command("post"),
        ok,
        send_phrase(faq),
        ok,
        done.
    
Usage examples for library(newscryer): aioe.pl

Use a right tool for the job. Use Prolog!


More about Prolog: The Power of Prolog


Current maintainer: Markus Triska (https://www.metalevel.at)