翻訳と辞書
Words near each other
・ Arboretum de la Grand Prée
・ Arboretum de la Hutte
・ Arboga Airport
・ Arboga Municipality
・ Arboga River
・ Arboga Södra IF
・ Arboga, California
・ Arbogast
・ Arbogast & Bastian
・ Arbogast (Count of Trier)
・ Arbogast (general)
・ Arbognophos
・ Arbois
・ Arbois (disambiguation)
・ Arbois (grape)
Arbol
・ Arbol Solo (meteorite)
・ Arboldswil
・ Arboleas
・ Arboleda
・ Arboledas
・ Arboledas, Argentina
・ Arboles, Colorado
・ Arboletes
・ Arbolito de Naranja
・ Arboll
・ Arbollé Department
・ Arbolí
・ Arbon
・ Arbon (disambiguation)


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

Arbol : ウィキペディア英語版
Arbol

Arbol is a programming language which has been primarily developed for use in Genetic Programming experiments. It is a functional programming language inspired by the ideas of other small and esoteric languages.

An Arbol program looks like:
// Simple I/O
((Z a)b) = (((a b)a)I1) // some input
(((ZZ a)b)c) = ((a b)a); O1 = c // and output
main = ((Z ZZ) Z)
The first version of the interpreter is written in OCaml following the implementation of the Spineless Tagless G-Machine.
Each program structure is compiled to intermediate bytecode for execution.
==External links==

*(Arbol programming language homepage )


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



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

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