(no title)
asib | 5 months ago
Maybe just me, but when I tried Gleam it really came off much more like Rust. In fact, other than running on the BEAM (and having some OTP libs in the works), it doesn't really _feel_ like Elixir at all to me, but that is definitely an opinion.
sodapopcan|5 months ago
All BEAM languages always bring something new to the table aside from just syntax (for Gleam it's static type, for Elixir it's macros and, well, mix!) but none of them try and abstract away the core tenants of the BEAM being functional working with modules and processes. So ya, in that sense you could say it's like Elixir.
sbrother|5 months ago
sethhochberg|5 months ago
Seems like (one of) the next Elixir releases will include the support you're looking for in mix.
tengbretson|5 months ago
Scala : Gleam :: JavaScript : Lua
vibe from it.
jszymborski|5 months ago