Website | Github | Documentation
Golo is a simple dynamic, weakly-typed language that favours explicit over implicit.
Hello world, Golo module style:
module hello.World
function main = |args| {
  println("Hello world!")
}
Last modified 31 October 2025