Now available: Golo 3.1.0 milestone 2
This is the last milestone before the release of Golo 3.1.0 which is due March 21st 2016.
We are also delighted to announce that the release review will be combined with a graduation review, hence Golo is due to leave the incubation status.
You can follow the review process at these links:
- https://projects.eclipse.org/projects/technology.golo/reviews/3.1.0-release-review
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=488723
What’s new?
- Property-style methods support.
- The Golo documentation now embeds highlight.js to properly color Golo code snippets.
- The
golo compile
command can now directly output to a JAR archive. - The
Predefined.fun
function has been improved for variable-arity resolutions as well as supporting resolution from current imports. - The new
gololang.Functions
module provides functions, higher order functions and decorators to support well-known idioms of functional programming. - New syntax to specify arity in function literals.
- Misc. bugs have been resolved.