Difference between revisions of "S-expression"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{WikiEntry|key=S-expression|qCode=1113529}} stands for '''symbolic expression''', abbreviated as '''sexpr''' or '''sexp''', is a computable data serialization format. | {{WikiEntry|key=S-expression|qCode=1113529}} stands for '''symbolic expression''', abbreviated as '''sexpr''' or '''sexp''', is a computable data serialization format. | ||
In [[computer programming]], an [[S-expression]] is an expression in a like-named notation for nested [[List (computing)|list]] ([[Tree (data structure)|tree]]-structured) data. S- | In [[computer programming]], an [[S-expression]] is an expression in a like-named notation for nested [[List (computing)|list]] ([[Tree (data structure)|tree]]-structured) data. [[S-expression]]s were invented for and popularized by the programming language [[Lisp (programming language)|Lisp]], which uses them for [[source code]] as well as data. | ||
[[Category:Function]] | [[Category:Function]] | ||
[[Category:Nested data]] | [[Category:Nested data]] |
Revision as of 19:07, 12 May 2022
S-expression(Q1113529) stands for symbolic expression, abbreviated as sexpr or sexp, is a computable data serialization format.
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.