Recommended elixir by example resources?

Besides Basic types - The Elixir programming language are there any other well recommended “elixir by example” style resources / books ?

There’s http://www.elixirbyexample.org/ which has < 10 short examples.

There’s https://elixir-examples.github.io/ but there seems to be high overlap with the getting started guide.

I’m looking for material that is a bit more advanced, but still of the “here are lots of full examples” style rather than the “let me write paragraphs of text motivating what we are going to do” style.

2 Likes

How about José’s Advent of Code live coding?

1 Like

Exercism Elixir track - if you do not want to solve them by yourself, look at existing solutions, also: GitHub - elixirkoans/elixir-koans: Elixir learning exercises.

2 Likes

I have found Rosetta Code useful several times.

2 Likes

elixircasts.io?

Etudes for Elixir, it’s an open source book. You can read the chapters for free here:

how do you find solutions for Exercism, I can’t unlock?

does this help?

1 Like

Yes thank you