MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Elixirschool.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Elixirschool.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Elixirschool.com most likely does not offer any adult content.
Popular pages
-
Home · Elixir School
en Welcome to Elixir School! Elixir School is the premier destination for people looking to learn and master the Elixir programming language. Whether you’re a seasoned veteran or this ...
- Home · Elixir School
-
Basics · Elixir School
To get started, let’s run iex: Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] Interacti...
-
Basics · Elixir School
We know from experience it’s unruly to have all of our functions in the same file and scope. In this lesson we’re going to cover how to group functions and define a specialized map known as a struct i...
-
Blog · Elixir School
Do you want to pick up from where you left of? Take me there
-
Collections · Elixir School
%{} syntax: iex> map = %{:foo => "bar", "hello" => :world} %{:foo => "bar", "hello" => :world} iex> map[:foo] "bar" iex> map["hello"] :world As of Elixir 1.2, variables are allowed as map keys: iex> ...