S-expressions are a notation for nested list or tree-structured data, popularized by the Lisp programming language.
In computing, s-expressions
, sexprs
or sexps
(for "symbolic expression") are a notation for nested list (tree-structured) data, invented for and popularized by the programming language lisp which uses them for source code as well as data.
Source: Wikipedia