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.
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