Thread: Prolog

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    126

    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!

  2. #2
    Registered User adamviper's Avatar
    Join Date
    Nov 2002
    Posts
    132
    i sugest that you learn prolog. i rather like it

  3. #3
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    Is that used for Artificial Ingelligence?

    If you found some good sites for it, do you mind posting the links?


    Thanks
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  4. #4
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511

    Red face

    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.
    Mr. C: Author and Instructor

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    126
    Think AI is awsome, and very interesting. I definetly do want to get into AI.

  6. #6
    Registered User sentienttoaster's Avatar
    Join Date
    Nov 2002
    Posts
    79
    Artificial Intelligence is the way to go. Just don't make one that will destroy the world, or take over the global economic world!
    This has been a public service announcement from GOD.

    111 1111

  7. #7
    booyakasha
    Join Date
    Nov 2002
    Posts
    208
    shouldLearn( X , Y ) :- wantToLearn( X , Y).
    wantToLearn( you, prolog ).


    ?- shouldLearn( you , WhatYouShouldLearn ).

    WhatYouWhouldLearn = prolog

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Prolog
    By anirban in forum Tech Board
    Replies: 4
    Last Post: 02-25-2008, 09:40 PM
  2. Prolog Compilers?
    By indigo0086 in forum Tech Board
    Replies: 0
    Last Post: 08-30-2007, 07:04 AM
  3. Should I learn C++ or Prolog?
    By coreyt1111 in forum C++ Programming
    Replies: 10
    Last Post: 11-14-2006, 09:35 AM
  4. Prolog
    By YankeePride13 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-15-2005, 03:50 PM
  5. more prolog
    By bob20 in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 12-10-2002, 10:33 PM