7 ms·
How would they define lisp? To me Lisp means programs in list syntax with prefix notation.
by pharmakom 3y ago
How would they define lisp?
To me Lisp means programs in list syntax with prefix notation.
- lispm 3y agoTypically a programming language (& family) is a bit more than token syntax. You could write any programming language in prefix notation. C is more than foo{bar}. A programming language has dimensions like: syntax, semantics, pragmatics, implementations, standards, practice, tools, social/community, libraries, code, ...