Sergey
Sergey

Reputation: 11918

Learning "The Art of Prolog"

To those of you familiar with "The Art of Prolog", which software tools (e.g. IDEs, editors, compilers, etc.) would you suggest for following the book?

Upvotes: 2

Views: 605

Answers (2)

panza
panza

Reputation: 1431

If you decide to go for SWI-Prolog, I would suggest to use PDT (The Prolog Development Tool), that is a Prolog IDE. It also works for the multi-paradigm language Logtalk that uses Prolog implementation as back end compilers.

You can find PDT here

Upvotes: 1

salva
salva

Reputation: 10244

SWI-Prolog is a free Prolog implementation that comes with an integrated editor (an Emacs clone written in Prolog) and graphical debugger and profiler.

Upvotes: 6

Related Questions