+1 vote
in LISP by
What Is Meant By Symbolic Expression In Lisp?

1 Answer

0 votes
by

The Symbolic Expression (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.

Related questions

0 votes
asked Mar 4, 2021 in LISP by SakshiSharma
0 votes
asked Mar 2, 2021 in LISP by SakshiSharma
...