[Programming Languages](id:9d566115-cfc1-4fec-833e-636e69a4e4fe) # Erlang Currently a stub. Revisit this on a weekend when I'm tired of other work to figure out what makes the Erlang VM is interesting. Write some sample Erlang programs and try to incorporate ideas from the VM in my other work. # Elixir Elixir is a modern Erlang. It's build to run quickly and concurrently. There are other Erlang languages - like [Gleam](https://gleam.run) - worth exploring. Gleam's effect system (?) looks well-designed. Cool stuff. # Resources - [Erlang 23 Release Notes](https://www.erlang.org/news/140) - [Erlang advancements: HN discussion](https://news.ycombinator.com/item?id=23166554) - [The Beam Book](https://github.com/happi/theBeamBook), a resource for learning Erlang. - [Why should I select Elixir? HN](https://news.ycombinator.com/item?id=23283675) - [Why Elixir - from a bank](https://work.margo.com/posts/why-elixir/) - [Elixir and The Beam: How Concurrency Really Works](https://medium.com/flatiron-labs/elixir-and-the-beam-how-concurrency-really-works-3cc151cddd61)