Go to file
Nathan Mattes 1be7896f19 Implement filter
I struggled a bit on this one, it took me two months!!!! jk

My assumption was that filter with an empty list does nothing, but actually, it returns an empty list. Second misunderstanding was that filter with tail doesn't need to be wrapped into another list. But hey, in the end I learned something!
2021-09-14 16:53:26 +02:00
basic-types Initial commit 2021-07-10 22:25:55 +02:00
maps Implement filter 2021-09-14 16:53:26 +02:00
README.md Move readme 2021-07-11 12:52:57 +02:00

README.md

Elixir-book

These are my thoughts and solutions for the book Programming Elixir 1.6.