翻訳と辞書
Words near each other
・ lisp, objects, and symbolic programming
・ lisp-linda
・ lisp70
・ lispkit
・ lispkit lisp
・ lisptalk
・ lispview
・ list
・ list comprehension
・ list enhanced
listless
・ listproc
・ lists
・ listserv
・ liszt
・ lite
・ literal
・ literate programming
・ literature
・ lithe


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

listless : FOLDOC
listless
In functional programming, a property of a function which allows it to be combined with other functions in a way that eliminates intermediate data structures, especially lists.
{Phil Wadler}'s thesis gives the conditions for a function to be in listless form: each input list is traversed only once, one element at a time, from left to right. Each output list is generated once, one element at a time, from left to right. No other lists are generated or traversed.
Not all functions can be expressed in listless form (e.g. reverse).
(1995-02-22)



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

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