Vibeset

Gleam

Gleam is a modern functional language with static typing that runs on the BEAM (Erlang's virtual machine), inheriting its concurrency and fault tolerance. It blends type safety with the robustness of the Erlang/Elixir ecosystem.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

import gleam/io

pub fn main() {
  io.println("¡Hola, mundo!")
}