[racket] Offtopic: Favorite resources for mastering Prolog [was: SML]?

From: Richard Lawrence (richard.lawrence at berkeley.edu)
Date: Sat Jul 6 15:49:45 EDT 2013

Mark Engelberg <mark.engelberg at gmail.com>
writes:

> While we're on the topic of exploring from Racket to alternative languages,
> what's the friendliest way to dip into Prolog coming from a Racket
> background?

Well, there's the Racklog module:

http://docs.racket-lang.org/racklog/

There's also the Datalog language:

http://docs.racket-lang.org/datalog/

I have played around with Racklog a bit, and found it a nice way to try
out Prolog-style programming with easy fallback to Racket when desired.
But I'm a Prolog newbie myself, so I don't have any reading materials to
recommend, besides the Racklog docs.

HTH,
Richard



Posted on the users mailing list.