tynanbe's comments

tynanbe | 4 years ago | on: Gleam 0.16 compiles to JavaScript

Wasm as a compilation target is certainly of interest for the future. This Javascript target will hopefully provide a pragmatic way to write Gleam for a similar set of environments in the meantime, in addition to providing whatever unique opportunities the JS target itself offers.

tynanbe | 4 years ago | on: Gleam 0.15

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.

page 1