|
|
|
|
|
by tynanbe
1877 days ago
|
|
You might be looking for https://gleam.run/book/tour/external-functions.html In the other direction, to quickly discover how to call Gleam functions from Erlang/Elixir, one option is to explore your project with IEx's auto-complete functionality; it's the same as using Erlang functions in Elixir, as Gleam compiles to Erlang. |
|