A Simple Example of Calling an Elixir Library from Gleam
A beginner's guide on how to call Elixir libraries from a Gleam project, including setup and dependency management.
A beginner's guide on how to call Elixir libraries from a Gleam project, including setup and dependency management.
A technical exploration of Gleam's Foreign Function Interface (FFI) for leveraging Erlang and Elixir libraries, with practical code examples.
Announcing the launch of a comprehensive Gleam programming language syllabus on the Exercism platform, including lessons and exercises.
Explores applying the Actor Model, a concurrency concept from the 1970s, to modern web development using JavaScript and Web Workers.
A programmer reviews 'Learn You Some Erlang for Great Good!', praising its fun approach to teaching the functional language and its benefits.
A summary of Bob's presentation on the Erlang programming language, its growing popularity, and his history with emerging tech trends.
A tutorial on implementing Erlang-style hot code swapping in Scala using the Actors concurrency model and pattern matching.