Lisp Programming/Syntax
Lisp has no syntax. Or very little to speak off.
(<Function> <Argument>*)
is pretty close to the syntax of Lisp. An Operator acts on the Arguments provided.
Lisp has no syntax. Or very little to speak off.
(<Function> <Argument>*)
is pretty close to the syntax of Lisp. An Operator acts on the Arguments provided.