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 07 October 2024