S-expression (or symbolic expression, abbreviated as sexp) is a notation for nested list (tree-structured) data.
(add (mul 20 2) 2)
S-expression (or symbolic expression, abbreviated as sexp) is a notation for nested list (tree-structured) data.
(add (mul 20 2) 2)
The most obvious difference with other languages is the use of S-expression . All code and data are written as expression.
This work is licensed under a Creative Commons Attribution 4.0 International License