←back to thread

202 points Towaway69 | 2 comments | | HN request time: 0.52s | 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 #
1. Towaway69 ◴[] No.44006864[source]
I keep running into learn you some erlang[1] which seems to be a good online resource. The author of which also wrote the "Erlang in Anger"[2] book.

Then there is the BEAM book[3] which provides an deep dive into Erlang and the BEAM virtual machine.

I'm not the best person to ask since I'm only starting out on Erlang! I much prefer to code visually :)

[1] https://learnyousomeerlang.com [2] https://www.heroku.com/blog/erlang-in-anger/ [3] https://blog.stenmans.org/theBeamBook/

replies(1): >>44009698 #
2. bn-l ◴[] No.44009698[source]
Thanks for the suggestions! I looked at "learn you some erlang" and I like the style and humor of it.