翻訳と辞書
Words near each other
・ FPI
・ FPInnovations
・ FPJ
・ FPK
・ FPL
・ FPLA
・ FPLC
・ FPM
・ FpML
・ FPN
・ FPO
・ FPO mark
・ FPP
・ Fpqc morphism
・ FPR
FPr (programming language)
・ FPRA
・ FPrime
・ Fprint
・ FPS
・ FPS (ice hockey)
・ FPS AP-120B
・ Fps magazine
・ FPSB
・ FPSO Kwame Nkrumah
・ FPSO Noble Seillean
・ FPSRussia
・ FPT
・ FPT C635 DDCT transmission
・ FPT Group


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

FPr (programming language) : ウィキペディア英語版
FPr (programming language)

FPr (Function-level Programming right-associative) is a programming language that is an implementation of an FP-System. FP was invented by John Backus and described in his Turing Award lecture.〔John Backus (''Can Programming Be Liberated from the von Neumann Style? A Functional Style and Its Algebra of Programs'' ) (PDF). Stanford University, 1978〕 FPr features the list-techniques of Lisp and some techniques of object-oriented programming especially the use of the infix notation.
FPr offers an alternative for the usage of local variables.
==Example==

len == lenrec ° id, (0 &), nil
lenrec == (nilp ° 1) -> 2 ; lenrec ° (tail ° 1), (2 + 1 &), nil
Defines the function len for counting the elements of a list-object and the recursive function lenrec which is doing the loop.
len : (list :: aa bb cc dd ee)
Applicates the function len to a list-object with 5 elements.

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



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

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