Getting started
On your marks, get set, go!
On your marks, get set, go!
To get an overview of the Gleam language check out the language tour.
Install Gleam on your computer and add a plugin for your text editor to start writing Gleam programs.
Try Gleam without installing it using the community maintained Gleam Playground.
The gleam new [name]
command can be used to generate a new Gleam project.
The gleam run
command can be used to run the Gleam project.
Further cheatsheets, awesome-gleam, FAQ, example projects and more in the documentation.