Elixir seems cool but I wonder about the downsides.. if any..
Are there any other potential downsides when choosing it over erlang ?
Elixir reuses most of the compilation stack used by Erlang, so our bytecode is in general very close to the one you would get by compiling Erlang itself. In many cases, it just isn't the same because we include some reflection functions like __info__/1
in the compiled module. Also, there is no conversion cost in between calling Erlang and Elixir and it will never be.
Since elixir compiles directly to Beam bytecode, you don't incure any intermediate costs like a jitter if that's your concern.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With