Skip to content
ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

282 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages