@josevalim@hugobarauna@chris_mccord@antirez Best to cross verify. Codex has different failure modes. It often reward hacks or gets too focused on strict meaning while completely misunderstanding the bigger picture
@mrpopov_com Elixir executes macros and callbacks during compilation and Beam has no sandboxing of any kind. When you run mix compile on untrusted dependency it’s equivalent to npm postinstall script. Ruby is already being targeted. Elixir will be soon
@josevalim Better than 4.6, substantially better than 4.1 judging by the amount of times i have to stop and yell at it. Note I have not been using it with elixir
@bcardarella Reminds me of Vala, C# clone that translates to C with gobject. My team once started a project using it but after some time we rewrote everything in raw C
@fbettag Been there. IO and concurrency are great but decimal arithmetic is painfully slow on BEAM and you pay the price of GC due to immutable data structures and limited true O(n)