recategorized
1,789 views

2 Answers

1 votes
1 votes

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


 

0 votes
0 votes

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

Answer:

Related questions

3 votes
3 votes
2 answers
3
go_editor asked Aug 9, 2016
5,545 views
Forward chaining systems are ____ where as backward chaining systems are ____Data driven, Data drivenGoal driven, Data drivenData driven, Goal drivenGoal driven, Goal dri...
3 votes
3 votes
1 answer
4
go_editor asked Aug 1, 2016
2,876 views
Match the following with respect to heuristic search techniques $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{(a)} & \text{Steepest-accce...