lisplike
Lisplike is an informal term used in programming to describe languages or dialects that adopt Lisp-like features in their syntax or design philosophy. The core idea is that such languages resemble Lisp in at least one major aspect—most commonly the use of S-expressions and prefix notation, or the emphasis on code as data and powerful macro systems.
Characteristics commonly associated with lisplike languages include S-expressions and prefix notation for function calls, homoiconicity (the
Examples often cited as lisplike include Scheme, Common Lisp, Clojure, Racket, Emacs Lisp, and Arc. Some of
Etymology and scope: Lisplike is not a formal taxonomic category; there is no universal criterion. The label
See also: Lisp, Lisp family, Homoiconicity, Macro (computer science), List processing.