💧 Elixir lang
just pieces of information not a article.
# Official description
- Platform features
- Scalability -
process
: lightweight threads of execution - Fault-tolerance -
Supervisor
: describe how to restart parts of your system when things go awry (details needs…)
- Scalability -
- Language features
- Functional programming;
- Pattern matching;
- Extensibility and DSLs
- Tooling features: IEx (Elixir’s interactive shell), mix, Hex package manager, hosts documentation, … etc
# Resource about #BEAM or #benchmark
- https://github.com/kvakvs/beam-wisdoms - containing pieces of information and knowledge about BEAM Virtual machine - visit: http://beam-wisdoms.clau.se
- https://github.com/happi/theBeamBook - A description of the Erlang Runtime System ERTS and the virtual Machine BEAM.
- Webserver Benchmark: Erlang vs Go vs Java vs NodeJS
- How does the BEAM VM (Elixir/Erlang) compare to the JVM (Java)?
- Why should we “reinvent the wheel” by using Akka with Java if we have Elixir/Erlang ready for production?
# Get start
for my side, I use Nix package manager to start envrionments for Elixir