Skip to content

gleam-lang/erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Gleam Erlang πŸ™

Types and functions for programs running on Erlang!

Package Version Hex Docs

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.

About

πŸ™ Types and functions for programs running on Erlang!

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  
  •  
  •