Just a growing archive of random links pertaining to Elixir.
Big tutorials
- the portal tutorial (José Valim)
- implementing supervisor with genserver (Benjamin Tan Wei Hao)
Types, Metaprogramming, Etc
Official API
Patterns
Distributed Stuff
- swarm is a library for clustering, pid registration, distribution of worker processes
- clustering
- [http://erlang.org/doc/reference_manual/distributed.html][http://erlang.org/doc/reference_manual/distributed.html]
Tools
- with visualixir you can see nodes, messages, processes, servers, etc in real time
- erlubi is an ubigraph based process visualizer