Why LISP is used for Artificial Intelligence?
Answer / chaitanya
LISP is used for Artificial Intelligence for following reasons
• It supports the symbolic programming, and old AI was based on symbols
• LISP is powerful. The code or data distinction is weaker, so it feels more extensible than other programming languages which make it feels like a domain specific language
• It is an excellent prototyping tool and good at tackling problems
Is This Answer Correct ? | 0 Yes | 0 No |
What is the general pattern that shows how the various parts of an expression fit together? a) Template b) Pattern c) Match d) Both a & b
Mention what are the two pre-defined packages used in LISP?
Explain what is a predicate in LISP?
Which can be represented in bytes in LISP? a) Boxes and pointers b) Lists c) Lisp d) None of the mentioned
What does the language of fopl consist of?
Mention who is referred as a Member in Prolog?
Explain what is LISP constants?
Which keyword is used to define macro procedures in LISP? a) Defun b) Demacro c) Defmacro d) None of the mentioned
Explain what is the importance of the hash table in LISP?
Explain List of artificial intelligence projects?
Which is used to build the lisp procedures?
Mention what is Cut (!) in Prolog and what is the advantage of ‘Cut’ and ‘Negation’?