![]() 1,028,059,019 visitors served. |
|
![]() Dictionary/ thesaurus | ![]() Medical dictionary | ![]() Legal dictionary | ![]() Financial dictionary | ![]() Acronyms | ![]() Idioms | ![]() Encyclopedia | ![]() Wikipedia encyclopedia | ? |
LISP |
Also found in: Medical, Wikipedia, Hutchinson | 0.06 sec. |
|
LISP: see programming language programming language, syntax, grammar, and symbols or words used to give instructions to a computer .
Development of Low-Level LanguagesAll computers operate by following machine language programs, a long sequence of instructions called machine code ..... Click the link for more information. . LISPPowerful computer programming language designed for manipulating lists of data or symbols rather than processing numerical data, used extensively in artificial-intelligence applications. It was developed in the late 1950s and early 1960s by a group headed by John McCarthy at MIT. Its name derives from “list processor.” Radically different from such other programming languages as ALGOL, C, C++, FORTRAN, and Pascal, it requires large memory space and is slow in executing programs. (LISt Processing) A high-level programming language used for developing AI applications. Developed in 1960 by John McCarthy, its syntax and structure is very different from traditional programming languages. For example, there is no syntactic difference between data and instructions.
(defun convert ()
(format t "Enter Fahrenheit ")
(let ((fahr (read)))
(format t "Celsius is <126>D"
(truncate (*(-fahr 32)
(/ 5 9))))))
|
|
? Mentioned in |
|---|
| Free Tools: |
For surfers:
Browser extension |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup | Partner with us |
|
|---|