Language evaluation - Here is the problem:
Neither functional programming languages nor logic programming languages are thought of as 'practical' programming languages. Choose either Lisp or Prolog and recommend changes to the language which you think would increase acceptance of the language in mainstream programming.
Justify your recommendations
Prolog not conforming to a strict logic model - Decribe one way in which Prolog does not conform to a strict logic model.
Programming - Should there be a single programming language for all programming domains?
Explain why or why not.
Pointers and such - I need to analyze and write a comparison of using C++ pointers and Java reference variables to refer to fixed heap-dynamics variables. Use safety and convenience as the primary considerations in the comparison. I am unfamiliar with C++.
What is dynamic binding? - 2) What is it's role in object-oriented programming?
3) What is the difference between functional and imperative programming language?
4) Why is LISP dominating the Artificial Intelligence?