翻訳と辞書
Words near each other
・ Unknown World
・ Unknown Worlds Entertainment
・ Unknown Worlds of Science Fiction
・ Unknown years of Jesus
・ Unkoku Togan
・ Unkovice
・ Unkulunkulu
・ Unkur
・ Unkurtash mine
・ UNL
・ Unlabeled - The Demos
・ Unlaced
・ Unladen Swallow
・ Unlady Like
・ Unladylike
Unlambda
・ Unlawful Activities (Prevention) Act
・ Unlawful assembly
・ Unlawful combatant
・ Unlawful command influence
・ Unlawful Drilling Act 1819
・ Unlawful Entry (film)
・ Unlawful eviction and harassment
・ Unlawful Flight to Avoid Prosecution
・ Unlawful Games Act 1541
・ Unlawful Internet Gambling Enforcement Act of 2006
・ Unlawful killing
・ Unlawful Killing (film)
・ Unlawful Oaths Act
・ Unlawful Organizations Act, 1960


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

Unlambda : ウィキペディア英語版
Unlambda
Unlambda is a minimal, "nearly pure" functional programming language invented by David Madore. It is based on combinatory logic, a version of the lambda calculus that omits the lambda operator. It relies mainly on two built-in functions (''s'' and ''k'') and an "apply" operator (written ''`'', the backquote character). These alone make it Turing-complete, but there are also some I/O functions to make it possible to interact with the user, some shortcut functions and a function for lazy evaluation. There are no variables in the language.
==Basic principles==
As an esoteric programming language, Unlambda is meant as a demonstration of very pure functional programming rather than for practical use. Its main feature is the lack of conventional operators and data types—the only kind of data in the program are one-parameter functions. Data can nevertheless be simulated with appropriate functions as in the lambda calculus. Multi-parameter functions can be represented with the technique of currying.
Unlambda is based around the principle of abstraction elimination, or the elimination of all saved variables, including functions. As a purely functional language, not only are Unlambda's functions first-class objects, they are the ''only'' first-class objects.
An implementation of the hello world program in Unlambda follows:〔
`r```````````.H.e.l.l.o. .w.o.r.l.di

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unlambda」の詳細全文を読む



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

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