iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
Software Development

戀戀 Elixir 系列

學習 Elixir 語法

鐵人鍊成 | 共 30 篇文章 | 1 人訂閱 訂閱系列文 RSS系列文 團隊猴子戰隊
DAY 1

ㄧ. 慣例、語法入門

紀錄 慣例 一般來講,使用 snake_case 為所有內容命名,除了 module 名,會特別使用 CamelCase 語法 String - 使用雙引號 背...

2022-09-05 ‧ 由 CcWsDy 分享
DAY 2

二. Pattern Matching

紀錄 pattern_matching = "I am your friend" "I am your friend"...

2022-09-06 ‧ 由 CcWsDy 分享
DAY 3

三. Anonymous Functions

For each task, return an anonymous function that can be invoked from the calling...

2022-09-07 ‧ 由 CcWsDy 分享
DAY 4

四.Booleans

you need to translate some rules from the classic game Pac-Man into Elixir funct...

2022-09-08 ‧ 由 CcWsDy 分享
DAY 5

五.Integers

We first establish a few rules between the freelancer and the project manager: T...

2022-09-09 ‧ 由 CcWsDy 分享
DAY 6

六. Atom & Cond

You are running a system that consists of a few applications producing many logs...

2022-09-10 ‧ 由 CcWsDy 分享
DAY 7

七. Lists

In this exercise you need to implement some functions to manipulate a list of pr...

2022-09-11 ‧ 由 CcWsDy 分享
DAY 8

八.Multiple Clause Functions

You are creating a trivial online game where a friend can guess a secret number....

2022-09-12 ‧ 由 CcWsDy 分享
DAY 9

九.Tuples

While preparing to bake cookies for your friends, you have found that you have t...

2022-09-13 ‧ 由 CcWsDy 分享
DAY 10

十. Recursion

You're an avid bird watcher that keeps track of how many birds have visited your...

2022-09-14 ‧ 由 CcWsDy 分享