Skip to content

Commit

Permalink
add elixir #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikan committed Mar 12, 2017
1 parent ff3d733 commit 593a971
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions note/10-elixir.md
Expand Up @@ -34,3 +34,24 @@ OTP は Open telecom Platform の略 (P193 より)。ライブラリ集?
```elixir
[4, [1, 2, 3]]
```

### 第4章

**P31** 最後の `!a` の説明、「そうでなければ b」とあるが、「そうでなければ true」では?

→ 要 Errata 報告

**P33** Haskell の `do` とはだいぶ違うな・・・ 参考: [Haskellのモナドdo記法での混乱 - iLog](https://www.ishiy.xyz/posts/2015-10-16-haskell-monad.html)

**P33** with-do-end みたいな書き方って ruby みたいな言語では普通なの?

→ あまり・・・

`let` に近い気がする

**P34** end は do に対応するキーワード?

→ 省略できるところを見るとそんな感じがする

→ Ruby と同じとも言える

7 changes: 4 additions & 3 deletions workshop/10-elixir.md
Expand Up @@ -57,9 +57,10 @@ title: プログラミングElixir
## スケジュール

| # | Date & Time (JST) | A | ![](/images/users/mikan_16.png) ![](/images/users/MrBearing_16.png) ![](/images/users/intptr-t_16.png) ![](/images/users/akeboshi_16.png) ![](/images/users/LagunaPresa_16.png) ![](/images/users/kzt-ysmr_16.png) ![](/images/users/budougumi0617_16.png) ![](/images/users/seikichi_16.png) | Pages | Misc. |
|---:|:----------------------:|:-:|:---------------------:|:----------|:--------------------|
| 1 | 2017-02-26 21:00-23:00 | 4 | :o::o::o::x::o::x::x::x: | 1 - 18 | 前書き, はじめに |
| 2 | 2017-03-05 21:00-23:00 | 6 | :o::o::o::o::o::o::x::x: | 19 - 30 | 練習問題 PM1,2,3 |
|---:|:----------------------:|:-:|:------------------------:|:----------|:--------------------------------------------|
| 1 | 2017-02-26 21:00-23:00 | 4 | :o::o::o::x::o::x::x::x: | 1 - 18 | 前書き, はじめに |
| 2 | 2017-03-05 21:00-23:00 | 6 | :o::o::o::o::o::o::x::x: | 19 - 30 | 練習問題 PM1,2,3 |
| 3 | 2017-03-12 21:00-23:00 | 8 | :o::o::o::o::o::o::o::o: | 30 - 39 | 練習問題 F1,2,3, メンバー増えたので自己紹介など |

## 成果物

Expand Down

0 comments on commit 593a971

Please sign in to comment.