elixir-koans

Elixir learning exercises

  • 所有者: elixirkoans/elixir-koans
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Elixir Koans

Build Status

Elixir koans is a fun way to get started with the elixir programming language. It is a tour
of the most important features and idiomatic usage of the language.

Prerequisites

You need to have Elixir installed. Please refer to the official guide for instructions.

First, clone the repo from GitHub:

$ git clone https://github.com/elixirkoans/elixir-koans.git
$ cd elixir-koans/

Next, fetch mix dependencies by running:

$ mix deps.get

You might get prompted to install further dependencies. Reply "y".

On Linux, you'll need to install inotify-tools to be able
to use the autorunner in this project.

Running

With the dependencies installed, navigate to the root directory of this project and run:

$ mix meditate

You should see the first failure. Open the corresponding file in your favourite text editor
and fill in the blanks to make the koans pass one by one.
The autorunner will give you feedback each time you save.

If you want the autorunner to show you your previous results, run it with --no-clear-screen

$ mix meditate --no-clear-screen

If you want to jump to a specific lesson, run it with --koan=<koan name>

$ mix meditate --koan=PatternMatching

Any typos on the koan name will show the complete list of koans, where you can pick any.

Contributing

We welcome contributions! If something does not make sense along the way or you feel
like an important lesson is missing from the koans, feel free to fork the project
and open a pull request.

List of contributors.

主要指标

概览
名称与所有者elixirkoans/elixir-koans
主编程语言Elixir
编程语言Elixir (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2015-12-16 12:47:51
推送于2024-07-16 23:55:17
最后一次提交2024-03-27 14:51:18
发布数0
用户参与
星数2.3k
关注者数41
派生数617
提交数628
已启用问题?
问题数87
打开的问题数22
拉请求数172
打开的拉请求数10
关闭的拉请求数27
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?