←back to thread

204 points Towaway69 | 1 comments | | HN request time: 0.203s | source

Hi There,

Erlang-RED has been my project for the last couple of months and I would love to get some feedback from the HN community.

The idea is to take advantage of Erlangs message passing and low overhead processes to have true concurrency in Node-RED flows. Plus also to bring low-code visual flow-based programming to Erlang.

Show context
bn-l ◴[] No.44006768[source]
Can someone recommend an Erlang course / book?
replies(2): >>44006864 #>>44008644 #
randito ◴[] No.44008644[source]
You may want to consider Elixir instead. It has an easier syntax and is (don't quote me on this) equivalent in function and purpose with Erlang. Plus you get lots of other goodies like LiveView (notebooks) and a good web stack (Phoenix).
replies(1): >>44009551 #
1. Towaway69 ◴[] No.44009551[source]
I prefer Erlang because it makes the uniqueness of its paradigm clear. Tail recursion, function matching and, bang, everything is a message!

Elixir makes everything seem like Ruby code and many of those Erlang concepts are hidden away, which is also ok but also takes much away.

My aim with ErlangRED is that both are supported, there is a repository for Elixir code[1] that is included in ErlangRED - so I don't take sides, rather I would like to take advantage of both paradigms.

[1] https://github.com/gorenje/erlang-red-elixir-helpers