Loading AI tools
From Wikipedia, the free encyclopedia
Golo is computer software, a programming language for the Java virtual machine (JVM). It is simple, with dynamic, weak typing. It was created in 2012 as part of the research activities of the DynaMid group of the Centre of Innovation in Telecommunications and Integration of service (CITI) Laboratory at Institut national des sciences appliquées de Lyon (INSA). It is distributed as free and open-source software under the Eclipse Public License 2.0.
This article includes a list of general references, but it lacks sufficient corresponding inline citations. (November 2015) |
Developer | INSA Lyon |
---|---|
First appeared | 2012 |
Stable release | 3.4.0
/ October 20, 2021 |
Typing discipline | Dynamic, weak |
Platform | Java virtual machine |
OS | Cross-platform |
License | Eclipse Public 2.0 |
Website | golo-lang |
It has been built as a showcase on how to build a language runtime with invokedynamic
. Golo is largely interoperable with the programming language Java and other JVM languages (e.g., numeric types are boxing classes from java.lang
, and collection literals leverage java.util
classes), that runs on the JVM.
In June 2015, Golo became an official Eclipse Foundation project. The project was terminated in September 2022.[1]
The language features have been initially designed around the abilities of invokedynamic – JSR 292 that appeared in Java SE 7. Golo uses ahead-of-time compilation of bytecode. While the bytecode remains stable over a program execution, the invokedynamic
-based reconfigurable call sites support the adaptive dispatch mechanisms put in place for helping the HotSpot just-in-time compiler (JIT) to extract reasonable performance.
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.