Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. 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. The first version of the interpreter is written in OCaml following the ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. 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. 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.