PDA

View Full Version : Prolog


ABCDEFG
2004-05-25, 02:50 AM CDT
Where is a Prolog compiler/debugger?
Thank you

Badger
2004-05-25, 08:24 AM CDT
Oh wow! I haven't heard that since like the mid 80's. Does anybody still use it?

Hey, if you find a compiler, lemme know :) It might be fun to try and see the lingo in action again ;)

svizi
2004-05-25, 08:40 AM CDT
Of course it is used!
Over here ( in Greece ) we use it in a University Subject but I only know a compiler for Windows.

wolveso
2004-05-25, 12:06 PM CDT
Hey thanks for reminding me about Prolog! Check out GNU Prolog at;

http://pauillac.inria.fr/~diaz/gnu-prolog/

I grabbed and installed the RPM at;

ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/gprolog-1.2.16-1.i386.rpm

and everything worked fine. "gprolog" is the installed interpreter, "gplc" is the installed compiler : )

Szpak
2004-05-25, 02:30 PM CDT
I don't know what with debuger, but SWI-Prolog is nice prolog compiler (LGPL).
http://www.swi-prolog.org/

It has RPM which should work with Fedora.

Szpak

Szpak
2004-06-03, 12:22 AM CDT
Originally posted by Szpak
I don't know what with debuger, but SWI-Prolog is nice prolog compiler (LGPL).
http://www.swi-prolog.org/


I've checked it. Debuger inside.

Szpak

marks_linux
2004-06-08, 03:38 AM CDT
Wow Prolog. Not seen that since my Uni days. Seemed v powerfull once you got your head around how it worked, Spent most of our time looking at propositional logic/algebra? and then dropped into Prolog without much clue on how it worked.