Gleam’s Interoperability with Erlang and Elixir 

Presented by: Raúl Chouza

About this talk

In this webinar, Raúl discusses Gleam, a type-safe language that compiles to Erlang and runs on the BEAM virtual machine. Though relatively new, Gleam integrates smoothly with both Erlang and Elixir, enabling developers to tap into their ecosystems and tools. Raúl demonstrates this with a live Tic-Tac-Toe web app, showing how Gleam can work alongside Elixir and Erlang code, use their dependencies, and embed Elixir modules like Phoenix LiveView within a Gleam project.

Please, accept marketing-cookies to watch this video.

Raúl demonstrates this with a live Tic-Tac-Toe web app, showing how Gleam can work alongside Elixir and Erlang code, use their dependencies, and embed Elixir modules like Phoenix LiveView within a Gleam project.

What you’ll learn:

  • How Gleam compiles to Erlang and runs on BEAM
  • Using Gleam’s FFI to call Erlang and Elixir functions
  • Setting up a Gleam project with Elixir and Erlang
  • How type safety in Gleam improves development speed and reliability

Security and the BEAM Ecosystem

Security and the BEAM Ecosystem

In the second and final part, Jonatan Männchen on how the BEAM community is making security smarter and more collaborative.

SAFE and OIDCC

SAFE and OIDCC

Even secure code benefits from a second opinion. In part one, Jonatan Männchen shares how SAFE helped strengthen his authentication library.

Developing AstroBEAM

Creating a multiplayer game server in Elixir

This game was a highlight at Code BEAM Lite London and Code BEAM America. For those attendees lucky enough to experience AstroBEAM, Hernán Rivas Acosta…