S-expression

From PKC
Revision as of 12:27, 13 May 2022 by Benkoo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

S-expression(Q1113529) short for symbolic expression, abbreviated as sexpr or sexp, is a computable data serialization format. In programming practice, S-expression is often denoted in the Backus-Naur Form.

In computer programming, an S-expression is an expression in a like-named notation for nested list (tree-structured) data. S-expressions were invented for and popularized by the programming language Lisp, which uses them for source code as well as data.