View Single Post
Old 11-13-2004, 04:01 PM   #2 (permalink)
CSflim
Sky Piercer
 
CSflim's Avatar
 
Location: Ireland
I too have just started learning prolog.

It is...um....different.

You don't type a sequence of instructions telling the program what to do, instead you give it a list of facts and rules. Prolog is apparently very useful for natural language processing, it has built in features to implement grammars for formal languages.

I have been recommended this page, I haven't really gone through it yet, but it looks pretty helpful.
Learn Prolog Now.
__________________
CSflim is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62