S-expression

S-expression (or symbolic expression, abbreviated as sexp) is a notation for nested list (tree-structured) data.

(add (mul 20 2) 2)
Links to this page
  • LISP

    The most obvious difference with other languages is the use of S-expression . All code and data are written as expression.