For Erlang code I use rebar . For Elixir code, I use the built-in mix tool.
Now I want to have a mixed Erlang / Elixir project. Can I use armature to compile Elixir code? Or can I use mix to compile Erlang code?
If so, how?
Mix can compile erlang files if you put them in src . There is a rebar_elixir_plugin for compiling Elixir code from the rebar, but it is not as efficient as Mix.
src
rebar_elixir_plugin
Source: https://habr.com/ru/post/957378/More articles:Are there any well-known alternative thinker identity servers? - single-sign-onElasticSearch API Asynchronous Character - javaHow to scroll up to view system command output in Vim - vimPowerShell retrieves attribute values ββfrom XML with multiple attributes - xmlIs it possible to repeat the Ruby method_missing method in Lua? - syntaxAllow ssh inbound / outbound and block all outbound except for specific ports - linuxChanging the default analyzer in ElasticSearch or LogStash - searchCIFilter: mix images of different sizes - iosA few authorization attributes that know about each other - c #How can I manipulate elements without recounting the layout using jQuery - javascriptAll Articles