Mark Engelberg <[email protected]> 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 ____________________ Racket Users list: http://lists.racket-lang.org/users

