elixir-koans icon indicating copy to clipboard operation
elixir-koans copied to clipboard

New lessons...

Open iamvery opened this issue 9 years ago • 1 comments

  • [ ] about import and alias
  • [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
  • [ ] about pipelines (how the heck is this not a thing 😆 )

iamvery avatar Apr 15 '16 18:04 iamvery

git grep |> finds nothing in the koans themselves. We should teach that.

nathanl avatar Apr 19 '16 18:04 nathanl