Dumb question from a non Erlang person - can this be used along with Elixir? I’m looking at Phoenix LiveView but would love to use Gleam for core functionality. Is this anything like Scala/Clojure and compiles down to Erlang, I’m guessing that is possible?
Yes, it can be used with Elixir. We don't yet have any integration with mix (the Elixir build tool) so if I were to use both in the same project I would probably create an umbrella style application with one Elixir application and one Gleam application within it.