lisp
v. speak with lisp, pronounce the sounds "S" and "Z" as "TH" n. speech impairment in which the letters "S" and "Z" are incorrectly pronounced LISP n. language for processing lists, language for text processing (Computers) | ||||
Search Dictionary:
Lisp definition was found in categories: Computer & Internet(5) Language, Idioms & Slang(6) Science & Technology(2) Encyclopedia(1)
Lisp Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
LISP
read-eval-print loop REPL VSCM
STk
(StarLISP) A data-parallel extension of Common LISP for the Connection Machine, uses "pvars".
A *LISP simulator.
E-mail: customer-support@think.com, documentation-order@think.com.
[Cliff Lasser, Jeff Mincy, J.P. Massar, Thinking Machines Corporation "The Essential *LISP Manual", TM Corp 1986].
[Jargon File]
read-eval-print loop REPL VSCM
STk
(StarLISP) A data-parallel extension of Common LISP for the Connection Machine, uses "pvars".
A *LISP simulator.
E-mail: customer-support@think.com, documentation-order@think.com.
[Cliff Lasser, Jeff Mincy, J.P. Massar, Thinking Machines Corporation "The Essential *LISP Manual", TM Corp 1986].
[Jargon File]
Lisp
call-with-current-continuation
<language> LISt Processing language.
(Or mythically "Lots of Irritating Superfluous Parentheses"). Artificial Intelligence's 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 Perlis's 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 jmc@sail.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, Kamin's interpreters.
[Jargon File]
(1995-04-16)
LISP, Objects, and Symbolic Programming
A book with compiler included by Robert R. Kessler and Amy R. Petajan, published by Scott, Foresman and Company, Glenview, IL, USA. (1988).
| Jargon File |
LISP
n. [from `LISt Processing language', but mythically from `Lots of Irritating Superfluous Parentheses'] AI's mother tongue, a language based on the ideas of (a) variable-length lists and trees as fundamental data types, and (b) the interpretation of code as data and vice-versa. Invented by John McCarthy at MIT in the late 1950s, it is actually older than any other HLL still in use except FORTRAN. Accordingly, it has undergone considerable adaptive radiation over the years; modern variants are quite different in detail from the original LISP 1.5. The dominant HLL among hackers until the early 1980s, LISP now shares the throne with C. Its partisans claim it is the only language that is truly beautiful. See languages of choice.
n. [from `LISt Processing language', but mythically from `Lots of Irritating Superfluous Parentheses'] AI's mother tongue, a language based on the ideas of (a) variable-length lists and trees as fundamental data types, and (b) the interpretation of code as data and vice-versa. Invented by John McCarthy at MIT in the late 1950s, it is actually older than any other HLL still in use except FORTRAN. Accordingly, it has undergone considerable adaptive radiation over the years; modern variants are quite different in detail from the original LISP 1.5. The dominant HLL among hackers until the early 1980s, LISP now shares the throne with C. Its partisans claim it is the only language that is truly beautiful. See languages of choice.
All LISP functions and programs are expressions that return values; this, together with the high memory utilization of LISPs, gave rise to Alan Perlis's famous quip (itself a take on an Oscar Wilde quote) that "LISP programmers know the value of everything and the cost of nothing".
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.
| Computer Abbreviations v1.5 |
LISP
List Processing (Language)(See HLL)
List Processing (Language)(See HLL)
| 9300+ Computer Acronyms |
LISP
LISt Processor
LISt Processor
| Uri's File.*Xten.c.ons* |
LISP
List Processing (Language)(See HLL)
List Processing (Language)(See HLL)
Lisp Definition from Language, Idioms & Slang Dictionaries & Glossaries
| Webster's Revised Unabridged Dictionary (1913) |
Lisp
(v. t.)
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.
(v. t.)
To speak with reserve or concealment; to utter timidly or confidentially; as, to lisp treason.
(v. t.)
To pronounce with a lisp.
(v. i.)
To speak with imperfect articulation; to mispronounce, as a child learning to talk.
(v. i.)
To speak hesitatingly with a low voice, as if afraid.
(v. i.)
To pronounce the sibilant letter s imperfectly; to give s and z the sound of th; -- a defect common among children.
(n.)
The habit or act of lisping. See Lisp, v. i., 1.
(v. t.)
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.
(v. t.)
To speak with reserve or concealment; to utter timidly or confidentially; as, to lisp treason.
(v. t.)
To pronounce with a lisp.
(v. i.)
To speak with imperfect articulation; to mispronounce, as a child learning to talk.
(v. i.)
To speak hesitatingly with a low voice, as if afraid.
(v. i.)
To pronounce the sibilant letter s imperfectly; to give s and z the sound of th; -- a defect common among children.
(n.)
The habit or act of lisping. See Lisp, v. i., 1.
| WordNet 2.0 |
LISP
Noun
1. a flexible procedure-oriented programing language that manipulates symbols in the form of lists
(synonym) list-processing language
(hypernym) programming language, programing language
Noun
1. a flexible procedure-oriented programing language that manipulates symbols in the form of lists
(synonym) list-processing language
(hypernym) programming language, programing language
lisp
Noun
1. a speech defect that involves pronouncing s like voiceless th and z like voiced th
(hypernym) speech disorder, speech defect, defect of speech
Verb
1. speak with a lisp
(hypernym) pronounce, articulate, enounce, sound out, enunciate, say
| Australian Slang |
Lisp and stutter
butter
butter
| Anagram |
lisp
lips slip
lips slip
| hEnglish - advanced version |
lisp
lisp
\lisp\, v. t.
1. to pronounce with a lisp.
2. 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. to speak unto them after their own capacity, and to lisp the words unto them according as the babes and children of that age might sound them again.
3. to speak with reserve or concealment; to utter timidly or confidentially; as, to lisp treason.
lisp
\lisp\, n. the habit or act of lisping. see lisp, v. i., 1. i overheard her answer, with a very pretty lisp, "o! strephon, you are a dangerous creature."
lisp
\lisp\ (l&ibreve;sp), v. i. [imp. & p. p. lisped (l&ibreve;spt); p. pr. & vb. n. lisping.] [oe. lispen, lipsen, as. wlisp stammering, lisping; akin to d. & ohg. lispen to lisp, g. lispeln, sw. l?spa, dan. lespe.] 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. as yet a child, nor yet a fool to fame, i lisped in numbers, for the numbers came.
3. to speak hesitatingly with a low voice, as if afraid. lest when my lisping, guilty tongue should halt.
lisp
n
1. a speech defect that involves pronouncing s like voiceless th and z like voiced th
2. a flexible procedure-oriented programing language that manipulates symbols in the form of lists [syn: lisp, list-processing language ]
v : speak with a lisp
similar words(28)
common lisp object system
portable standard lisp
t lisp
lisp 2
lisp 15
lisp 1
lisp extended algebraic facility
lisp compiler
kyoto common lisp
lisp a
lisp object-oriented programming system
lisp machine lisp
lisp machine lisp
lisp machine
lisp, objects, and symbolic programming
lisp program
m-expression lisp
lisp-linda
experimental lisp
common lisp
embedded lisp interpreter
le-lisp
common lisp in parallel
lispkit lisp
macintosh common lisp
cmu common lisp
emacs lisp
association of lisp users
lisp
\lisp\, v. t.
1. to pronounce with a lisp.
2. 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. to speak unto them after their own capacity, and to lisp the words unto them according as the babes and children of that age might sound them again.
3. to speak with reserve or concealment; to utter timidly or confidentially; as, to lisp treason.
lisp
\lisp\, n. the habit or act of lisping. see lisp, v. i., 1. i overheard her answer, with a very pretty lisp, "o! strephon, you are a dangerous creature."
lisp
\lisp\ (l&ibreve;sp), v. i. [imp. & p. p. lisped (l&ibreve;spt); p. pr. & vb. n. lisping.] [oe. lispen, lipsen, as. wlisp stammering, lisping; akin to d. & ohg. lispen to lisp, g. lispeln, sw. l?spa, dan. lespe.] 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. as yet a child, nor yet a fool to fame, i lisped in numbers, for the numbers came.
3. to speak hesitatingly with a low voice, as if afraid. lest when my lisping, guilty tongue should halt.
lisp
n
1. a speech defect that involves pronouncing s like voiceless th and z like voiced th
2. a flexible procedure-oriented programing language that manipulates symbols in the form of lists [syn: lisp, list-processing language ]
v : speak with a lisp
similar words(28)
common lisp object system
portable standard lisp
t lisp
lisp 2
lisp 15
lisp 1
lisp extended algebraic facility
lisp compiler
kyoto common lisp
lisp a
lisp object-oriented programming system
lisp machine lisp
lisp machine lisp
lisp machine
lisp, objects, and symbolic programming
lisp program
m-expression lisp
lisp-linda
experimental lisp
common lisp
embedded lisp interpreter
le-lisp
common lisp in parallel
lispkit lisp
macintosh common lisp
cmu common lisp
emacs lisp
association of lisp users
| JM Welsh <=> English Dictionary |
Bloesgi
Bloesgi = v. to falter, to lisp
Bloesgi = v. to falter, to lisp
Lisp Definition from Science & Technology Dictionaries & Glossaries
| ETSI and 3GPP |
LISP
Limited Instructions Set Processor
Limited Instructions Set Processor
| Technical English by wpv |
LISP
List Processing Language.
List Processing Language.
Lisp Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Lisp
A lisp (O E wlisp, stammering) is a speech impediment, historically also known as sigmatism. Stereotypically, people with a lisp are unable to pronounce sibilants (like the sound ), and replace them with interdentals (like the sound ), though there are actually several kinds of lisp. The result is that the speech is unclear.
| See more at Wikipedia.org... |
The *Lisp (StarLisp) programming language was conceived of in 1985 by Cliff Lasser and Steve Omohundro (employees of the Thinking Machines Corporation) as a way of providing an efficient yet high-level language for programming the nascent Connection Machine.
| See more at Wikipedia.org... |
Lisp (programming language)
Lisp is a family of computer programming languages with a long history and a distinctive fully-parenthesized syntax. Originally specified in 1958, Lisp is the second-oldest high-level programming language in widespread use today; only Fortran is older. Like Fortran, Lisp has changed a great deal since its early days, and a number of dialects have existed over its history. Today, the most widely-known general-purpose Lisp dialects are Common Lisp and Scheme.
| See more at Wikipedia.org... |
Lisp in Small Pieces
Lisp in Small Pieces (Cambridge University Press; New Ed edition (December 4, 2003) ISBN 0521545668)is a book by Christian Queinnec on Lisp, Scheme and other related dialects, their interpretation, semantics, and compilation and contains code for 11 interpreters and 2 compilers.
The revised edition bears the title Principes d'implantation de Scheme et Lisp.
| See more at Wikipedia.org... |
