Ok so after being a Java and Ruby guy for 13 years it is time for me to learn some Erlang for my new job.
Hello World in Ruby is extremely easy. ...
For further actions, you may consider blocking this person and/or reporting abuse
Maybe it's more fair to compare to Java :) Why Erlang by the way, could you use Elixir instead? Can one mix Erlang and Elixir like one can mix Java and Scala?
Oh I published it by accident, oops. I have a job where we are migrating from Ruby on Rails to Elixir. The hardcore Elixir guys said to me to understand Erlang as Phoenix will be easy for me (as it is so similar to Rails). And because we are in lockdown (damn COVID-19) I thought why not learn Erlang
Yes, Elixir compiles to Erlang. You can easily use Erlang directly from Elixir.
Thank you posting.
I'm a beginner in Erlang. To help more beginner, I have made a working example with source code in github.
🕷 epsi.bitbucket.io/lambda/2020/11/1...
First the process module
And then run both
I hope this could help other who seeks for other case example.
🙏🏽
Thank you for posting with thorough explanation.