elixir-koans
elixir-koans copied to clipboard
New lessons...
- [ ] about
importandalias - [x] about atoms (https://github.com/iamvery/elixir-koans/pull/26)
- modules are atoms
- atoms are the gateway to erlang
- [ ] about regular expressions
- [ ] about genserver
- [ ] about structs
- [x] about the difference between maps and keyword lists (https://github.com/iamvery/elixir-koans/pull/25)
- [ ] about list comprehensions
- [x] about binaries (https://github.com/iamvery/elixir-koans/pull/33)
- strings are binaries, show
<>operator with strings
- strings are binaries, show
- [ ] about pipelines (how the heck is this not a thing 😆 )
git grep |> finds nothing in the koans themselves. We should teach that.