Hi all,
May be this sort of question has been asked many times( as I see the list when I move the cursor to this messagebox), But my company has a project running in Prolog and I want to clarify few things about how to go about learning it. I know Prolog is different. It should not be learnt just like any other language. Having said that, and considering the fact that I did not lay my hands on any Prolog book yet, Is there any book or online resource, where I can learn Prolog the way how we learn C/C++?
What I mean is , just to be operational in C/C++ , you just need to know the structure of the program, like main { }
, loops
, conditions
, branches
, and few functions
that you can use to start writing basic programs in C/C++.
Just this way can I learn Prolog and is there any book that just gives me an idea how to Program in Prolog?(basics, loops, how to implement conditions, program structure, what's predicate? how to use it? how to define it? and so on...)
Can anyone please give me any suggestions in this?