meaning of lisp

1. To pronounce the sibilant letter s imperfectly; to give s and z the sound of th; -- a defect common among children.
2.
To speak with imperfect articulation; to mispronounce, as a child learning to talk.
3.
To speak hesitatingly with a low voice, as if afraid.
4.
To pronounce with a lisp.
5.
To utter with imperfect articulation; to express with words pronounced imperfectly or indistinctly, as a child speaks; hence, to express by the use of simple, childlike language.
6.
To speak with reserve or concealment; to utter timidly or confidentially; as, to lisp treason.
7.
The habit or act of lisping. See Lisp, v. i. , 1.
8.
Lisp LISt Processing language. Or mythically "Lots of Irritating Superfluous Parentheses". Artificial Intelligences mother tongue, a symbolic, functional, recursive language based on the ideas of lambda-calculus, variable-length lists and trees as fundamental data types and the interpretation of code as data and vice-versa. Data objects in Lisp are lists and atoms. Lists may contain lists and atoms. Atoms are either numbers or symbols. Programs in Lisp are themselves lists of symbols which can be treated as data. Most implementations of Lisp allow functions with side-effects but there is a core of Lisp which is purely functional. All Lisp functions and programs are expressions that return values; this, together with the high memory use of Lisp, gave rise to Alan Perliss famous quip itself a take on an Oscar Wilde quote that "Lisp programmers know the value of everything and the cost of nothing". The original version was LISP 1, invented by John McCarthy stanford. edu> at MIT in the late 1950s. Lisp is actually older than any other high level language still in use except Fortran. Accordingly, it has undergone considerable change over the years. Modern variants are quite different in detail. The dominant HLL among hackers until the early 1980s, Lisp now shares the throne with C. See languages of choice. One significant application for Lisp has been as a proof by example that most newer languages, such as COBOL and Ada, are full of unnecessary crocks. When the Right Thing has already been done once, there is no justification for bogosity in newer languages. See also Association of Lisp Users, Common Lisp, Franz Lisp, MacLisp, Portable Standard Lisp, Interlisp, Scheme, ELisp, Kamins interpreters. [Jargon File]
9.
a flexible procedure-oriented programing language that manipulates symbols in the form of lists


Related Words

lisp | lisp compiler | lisp machine lisp | lisp object-oriented programming system | lisp program | lisped | lisper | lisping | lispingly | lispkit |

Developed & Maintained By Taraprasad.com

Treasure Words