After being inspired by David's talk on Elixir at Hardhat, we decided to try and build our own SSH public key management tool, PubKeys, in Elixir. We're delighted to report back that Elixir is amazing.
Things we love about Elixir:
- Writing code in a functional style encourages us to break the code into small chunks of functions.
- Through the use of the function composition operator
|>, the code is readable and elegant. - Pattern matching is great.