@bonifartius Pony Language (https://www.ponylang.io)
@niclas certainly looks interesting!
@niclas yeah, i've had contact with the syntax back in the days because of ejabberd and it's config. wasn't pleasant to be thrown in there without warning :) on the other hand erlang is really an interesting system with the.distributed actors etc.
,i guess i'll just watch the.presentations you've mentioned and move on from there.
@bonifartius Erlang is painful to learn. Not only is the syntax "different", but since it is dynamic typing one needs to start with Test Driven Development and how to use that on Erlang, and figure out how to use a debugger with it. Steep.
Elixir at least gives an easier syntax.
I basically picked up Erlang via Joe Armstrong presentations on YouTube + a small project of something I had implemented before in other languages.