-
Prolog
I've just briefly touched on the langauge of prolog, and it seem rather interesting. Simple question, should I learn prolog? If so what are some good resources to draw from. I've already had some good suggestions on books, but more are always helpful.
Thanks!
-
i sugest that you learn prolog. i rather like it
-
Is that used for Artificial Ingelligence?
If you found some good sites for it, do you mind posting the links?
Thanks
-
I have only used Prolog for AI stuff. Prolog is not taught as a major programming language. Learn Prolog only if you want to get into AI.
-
Think AI is awsome, and very interesting. I definetly do want to get into AI.
-
Artificial Intelligence is the way to go. Just don't make one that will destroy the world, or take over the global economic world!
-
shouldLearn( X , Y ) :- wantToLearn( X , Y).
wantToLearn( you, prolog ).
?- shouldLearn( you , WhatYouShouldLearn ).
WhatYouWhouldLearn = prolog