gleam-lang / website

🏡 Gleam's website and guide
https://gleam.run
Apache License 2.0
87 stars 166 forks source link

FFI elixir interop: document how to get stdlib by adding an empty elixir module #365

Open inoas opened 2 months ago

inoas commented 2 months ago

... or add a feature to gleam.toml maybe to explicitly load elixir stdlb by creating an empty elixir module via gleam tooling?

lpil commented 2 months ago

Thank you. I'm not totally sure where we would document this. Need to give it a think.

It would be nice to have a proper way to solve this problem too. Maybe some flag in gleam.toml to force using Elixir.