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 (b) = (I1) // some input (c) = (a); O1 = c // and output main = (Z) The first version of the interpreter is written in OCaml following the implementation of the Spineless Tagless G-Machine.

PropertyValue
dbpedia-owl:abstract
  • 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 (b) = (I1) // some input (c) = (a); O1 = c // and output main = (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.
dbpedia-owl:wikiPageExternalLink
dcterms:subject
rdf:type
rdfs:comment
  • 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 (b) = (I1) // some input (c) = (a); O1 = c // and output main = (Z) The first version of the interpreter is written in OCaml following the implementation of the Spineless Tagless G-Machine.
rdfs:label
  • Arbol
owl:sameAs
foaf:page
is dbpedia-owl:wikiPageRedirects of
is owl:sameAs of
is foaf:primaryTopic of