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.
Exercism is a platform for learning programming languages through practice. Their Gleam course is a great way to learn the language and get mentored by experienced Gleam developers.
Install Gleam on your computer and add a plugin for your text editor to start writing Gleam programs.
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.