RosettaCodeData/Lang/Goaldi/00-LANG.txt

24 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{language|Goaldi
|site=https://github.com/proebsting/goaldi/
|exec=bytecode
|strength=strong
|safety=safe
|express=implicit
|parampass=value
|gc=yes}}
{{virtual machine}}
{{language programming paradigm|Procedural}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Logic_Programming}}
From the website: ''Goaldi is a ... general-purpose programming language that combines the goal-directed evaluation model of the [[Icon]] language with modern features such as concurrency, objects, closures, and Unicode support. While Goaldi will look familiar to Icon programmers, it is not upwards compatible.''
''Were pleased with how Goaldi has turned out. At this time the implementation is reasonably stable and robust, and were not actively developing it further.''
The Goaldi compiler is written in Goaldi. It produces intermediate code that is run on an interpreter written in Go. A copy of the intermediate code of the Goaldi compiler is provided, so you can bootstrap the compiler.
== Related ==
* [[Icon]]
* [[Jcon]]
* [[Object Icon]]
* [[Unicon]]