| lisp |
LISP, an acronym for List Processing, is a programming language that was designed for easy manipulation of data strings. Developed in 1959 by John McCarthy, it is a commonly used language for artificial intelligence (AI) programming. It is one of the oldest programming languages still in relatively wide use. In LISP, all computation is expressed as a function of at least one object. Objects can be other functions, data items (such as constants or variables), or data structures. ...
Ãâó: www.bytepile.com/definitions-l.php
|
|---|---|
| lisp |
List Processing Language -- A high-level computer language invented by Professor John McCarthy in 1961 to support research into computer based logic, logical reasoning, and artificial intelligence. It was the first symbolic (as opposed to numeric) computer processing language.
Ãâó: www.portnet.k12.ny.us/info/intgloss.htm
|
| lisp |
The letters "LISP" are an acronym in which the "LIS" stands for list, and the "P" stands for processing. LISP is an old programming language which existed long before AutoCAD. The dialect called XLISP is the language from which AutoLISP was developed for inclusion in AutoCAD. For a full explanation of AutoLISP, see "Basic concepts" and "History of AutoLISP".
Ãâó: courses.home.att.net/autolisp/aglossar.htm
|
| lisp |
programming language based on functional paradigm.
Ãâó: www.phm.gov.au/hsc/lexicon/glossary.htm
|
| lisp |
The programming language which Jade uses, although the internals of the editor are written in C, all commands are written in a dialect of Lisp (even if the command only calls aC function). Jade contains an interpreter, compiler and debugger for this language. See section Programming Jade.
Ãâó: www.unfactored.org/~jsh/sw/jade/jade_5.html
|