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

:loudspeaker: We've combined our efforts with

Results 10 elixir-koans issues
Sort by recently updated
recently updated
newest added

- [ ] Address @iamvery's remarks - [ ] Add tests once #21 is merged

- [ ] linked processes - [ ] monitored processes

- [ ] 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 -...

Some concepts we want to show: - A string is a binary (we already show this) - A binary contains bytes - In the case of ASCII characters, the length...

Accessing lists is slower than maps, because list must be traversed to find elements. https://github.com/iamvery/elixir-koans/pull/25/files

They're used pretty heavily. Should determine if it adds to the readability or detracts from it...

The output from https://github.com/neo/ruby_koans is absolutely lovely. Would be wonderful to emulate. - [x] success/failure progress - #8 - [ ] process bar for all lessons - [ ] custom...

Would be nice to have some way to auto run the koans. Could use [fswatch](https://github.com/emcrisostomo/fswatch) or something like [mix test.watch](https://github.com/lpil/mix-test.watch).