DEV Community

Discussion on: Mixing Gleam & Elixir

Collapse
 
valpackett profile image
Val Packett

huh, turns out it's pretty easy to add compilers to Mix.

But I guess the generated erlang files would be in the same directory with this setup.. a proper integration would hide them in _build

Collapse
 
michaeljones profile image
Michael Jones

Yeah, not that hard at all, eh? :)

Yeah, the Gleam compiler would have to be tweaked so it was at least configurable to target the _build folder instead. The creator of Gleam is interested in that route but is unsure of how best to approach it: github.com/gleam-lang/gleam/issues...