This is the place for adding Elixir code to the Erlang-RED project.
This repository is included in ErlangRED and integrared by using the exerl rebar3 plugin here.
This repository arose out of a discussion of how to best support Markdown in Erlang-RED.
Many thanks to @filmor for the tip of using exerl plugin.
- earmark - for the markdown node
- nimble_csv for the csv node (WIP)
- circuits_i2c for the i2c out node (WIP)
Because I'm not a purist but a ployglot programmer.
Some things are simply better in Elixir than Erlang but both use the BEAM VM - so why not take advantage of that.
Projects like Erlang-RED and Node-RED, that aim to unify much functionality, require many libraries to make them work. Node-RED benefits from the large community around NPMjs while Erlang-RED benefits from hex which is a mixture of Erlang and Elixir codebases.