翻訳と辞書
Words near each other
・ linux loader
・ linux network administrators' guide
・ linux user group
・ lion food
・ lions book
・ lipl
・ liquid crystal display
・ lis
・ lisa
・ liskov substitution principle
lisp
・ lisp 1
・ lisp 1.5
・ lisp 2
・ lisp a
・ lisp extended algebraic facility
・ lisp machine
・ lisp machine lisp
・ lisp object-oriented programming system
・ lisp, objects, and symbolic programming


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

lisp : FOLDOC
Lisp
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


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.