in Artificial Intelligence recategorized
1,802 views
3 votes
3 votes

Language model used in LISP is

  1. Functional programming
  2. Logic programming
  3. Object oriented programming
  4. All of the above
in Artificial Intelligence recategorized
1.8k views

2 Answers

1 vote
1 vote

Answer A

LISP is a functional language

Useful properties of a functional languages are:

  • Evaluates an expression and use the result
  • Call functions
  • Related to Mathematics and the theory of functions
  • Side effect free


 

by
0 votes
0 votes

The language model used in LISP (List Processing) is Functional Programming.

Answer:

Related questions