What first drew you to it (how long ago!?)
7 years ago researching for a tool to simplify concurrency on pi’s I found the nerves project.
The ease of the nerves deployment and setup sold me. now the only issue was this Elixir language ( and BEAM ).
It didn’t take long from nerves to Phoenix.
and what keeps you here?
After the DREADED yearly plaugue of technology upgrades (libraries, OS, dependancies).
I tried hard to ignore them,
alas the catchup pain gets worse.
I have (except- cough- live view, tho I was an early adopter) never felt ANY update pain since moving to Elixir. Yes there are changes but nothing ‘breaks’. the Elixir/BEAM ecosystem for me takes care of stability.
How have you changed, perhaps while using it? (Maybe you came from an OOP language and your mental model on how to build things has changed?)
I am now paying at the alter of functional. My head has finaly moved away from OO abstraction layers to data flow.
Compared to an OO library everything is laid bare. easier to grok.
What do you think were the biggest strengths of Elixir/Erlang when you got into it and what do you think are its biggest strengths now?
probably what you don’t want to hear but tbh it is quite ‘boring’. BUT… this is the strength. you are never far away from very basic operations. There is a tremendous amount of power in the basics.
Is there anything you’d like to see more of or improved or included?
phoenix Contexts are very Un DRY. some basic search / sort strategies. nerves targets… try adding a rust lib.
Which bits do you love the most and which bits are you most likely to tell others about?
use, pipes, apply, captures, then, pattern matching, stability.
the only pushback I get is that kubernetes and pods handle ‘your’ old school concurrency. more knowledge of how this relates to elixir deployment would be useful.
What’s your single most important tip to newbies?
practice makes perfect. If you are coming from OO that imutability thing is wierd. persist the rewards will come.
Which book or learning resource has been your favourite to date?
programming Elixir. Then lots of online articles videos. ‘the soul of erlang’.
Are there any topics you’d like to see more Elixir or Erlang books or learning resources about?
Presence and Channels. I haven’t been there for a while but I found it disjointed a little. perhaps a live view esque rehash is on the cards?