Concept
S expression symbolic expression
Books
Journey Statusmastered Tags
A notation for nested list-structured data, defined recursively as either an atom (e.g., number, symbol) or a parenthesized list of S-expressions - the uniform syntax used in Lisp for both code and data.