在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:elixirkoans/elixir-koans开源软件地址:https://github.com/elixirkoans/elixir-koans开源编程语言:Elixir 99.6%开源软件介绍:Elixir KoansElixir 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. PrerequisitesYou 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 RunningWith 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 $ mix meditate --no-clear-screen If you want to jump to a specific lesson, run it with $ mix meditate --koan=PatternMatching Any typos on the koan name will show the complete list of koans, where you can pick any. ContributingWe 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. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论