gleam
all
The compiler, build tool, package manager, and code formatter for Gleam, "a friendly language for building type-safe systems that scale!".
More info →Examples (8)
Create a new gleam project
gleam new project_nameBuild and run a gleam project
gleam runBuild the project
gleam buildRun a project for a particular platform and runtime
gleam run --target platform --runtime runtimeAdd a hex dependency to your project
gleam add dependency_nameFormat source code
gleam formatType check the project
gleam checkmade by @shridhargupta | data from tldr-pages