InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Symbolic Expression In Lisp? |
|
Answer» The S- expression. The syntactic elements of the Lisp programming language are symbolic expressions, ALSO known as s-expressions. Both PROGRAMS and data are represented as s-expressions: an s-expression may be either an ATOM or a LIST. The S- expression. The syntactic elements of the Lisp programming language are symbolic expressions, also known as s-expressions. Both programs and data are represented as s-expressions: an s-expression may be either an atom or a list. |
|