🐙 Types and functions for programs running on Erlang!
Gleam
135
285 commits
updated Jul 22, 2026
Types and functions for programs running on Erlang!
gleam add gleam_erlang@1
import gleam/io
import gleam/erlang/process
pub fn main() {
process.spawn(fn() {
io.println("Hello from another process running concurrently!")
})
}
Documentation can be found at https://hexdocs.pm/gleam_erlang/.
This library requires OTP 27.0 or higher.
(top 30 of 33)
Gleam
92.8%
Erlang
7.2%
🐙 Types and functions for programs running on Erlang!
Gleam
135
285 commits
updated Jul 22, 2026
Types and functions for programs running on Erlang!
gleam add gleam_erlang@1
import gleam/io
import gleam/erlang/process
pub fn main() {
process.spawn(fn() {
io.println("Hello from another process running concurrently!")
})
}
Documentation can be found at https://hexdocs.pm/gleam_erlang/.
This library requires OTP 27.0 or higher.
(top 30 of 33)
Gleam
92.8%
Erlang
7.2%