To use all functions of this page, please activate cookies in your browser.
my.bionity.com
With an accout for my.bionity.com you can always see everything at a glance – and you can configure your own website and individual newsletter.
- My watch list
- My saved searches
- My saved topics
- My newsletter
Arbol
Arbol is programming language, primarily developed to serve for Genetic Programming experiments. It is functional programming language inspired by the ideas of other small and esoteric languages. Additional recommended knowledgeAn 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 interpreter is written in OCaml following the implementation of Spineless Tagless G-Machine. Each program structure is compiled to intermediate bytecode for execution.
|
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Arbol". A list of authors is available in Wikipedia. |