Eclipse Golo has been terminated

The Eclipse Golo project has been terminated.

The developers have moved on to other personal and professional priorities. Migrating the code base beyond Java 8 has turned out to be too complex due to the Java Platform Module System introduced with Java 9 and strong encapsulation constraints.

We would like to thank all contributors and participants over the years for their enthusiasm!

Thanks for the ride, it's been a fun one 🙏

Golo
— a lightweight dynamic language for the JVM.

Standalone distribution

Get Golo 3.4.0 from GitHub.

Maven

Release and milestone artifacts can be obtained from Maven Central.

The Golo library (runtime + compiler) Maven artifact is:

<dependency>
  <groupId>org.eclipse.golo</groupId>
  <artifactId>golo</artifactId>
  <version>3.4.0</version>
</dependency>

or from Gradle:

dependencies {
  implementation 'org.eclipse.golo:golo:3.4.0'
  // ...
}

Gradle

Check out the Gradle Golo Plugin project by Marcin Erdmann.

Binaries are being released to Maven Central under the org.golo-lang group.

Native packages

Source code

The canonical repository is at https://github.com/eclipse/golo-lang.

We also have an organization at https://github.com/golo-lang where interesting projects from the wider community are invited to join.

Editors and IDEs support

Here are the projects that we are aware of:


Copyright © 2012 – 2018 INSA Lyon, CITI Laboratory and contributors.

Privacy Policy | Terms of Use | Copyright Agent | Eclipse Public License | Legal Resources