1.

Mention What Is The Difference Between Prolog And Normal Programming Language?

Answer»

Prolog: It is a “declarative PROGRAMMING” language which means that you have to SPECIFY the goals, but not the strategy to REACH the goal. It figures it out on its own.
Normal Programming language: Languages like C/C++/Java/Python are IMPERATIVE (IP) languages that does specify instructions of how to reach some goal, but leaving the REAL goal implicit

 

Prolog: It is a “declarative programming” language which means that you have to specify the goals, but not the strategy to reach the goal. It figures it out on its own.
Normal Programming language: Languages like C/C++/Java/Python are imperative (IP) languages that does specify instructions of how to reach some goal, but leaving the real goal implicit

 



Discussion

No Comment Found