|
4 | 4 | - title: はじめに
|
5 | 5 | slug: introduction
|
6 | 6 |
|
7 |
| - - title: Basic types |
| 7 | + - title: 基本型 |
8 | 8 | slug: basic-types
|
9 | 9 |
|
10 |
| - - title: Basic operators |
| 10 | + - title: 基本演算子 |
11 | 11 | slug: basic-operators
|
12 | 12 |
|
13 |
| - - title: Pattern matching |
| 13 | + - title: パターン・マッチング |
14 | 14 | slug: pattern-matching
|
15 | 15 |
|
16 |
| - - title: case, cond, and if |
| 16 | + - title: case, cond, if |
17 | 17 | slug: case-cond-and-if
|
18 | 18 |
|
19 |
| - - title: Binaries, strings, and charlists |
| 19 | + - title: バイナリ, 文字列, 文字リスト |
20 | 20 | slug: binaries-strings-and-char-lists
|
21 | 21 |
|
22 |
| - - title: Keywords lists and maps |
| 22 | + - title: キーワードリストとマップ |
23 | 23 | slug: keywords-and-maps
|
24 | 24 |
|
25 |
| - - title: Modules and Functions |
| 25 | + - title: モジュールと関数 |
26 | 26 | slug: modules-and-functions
|
27 | 27 |
|
28 |
| - - title: Recursion |
| 28 | + - title: 再帰 |
29 | 29 | slug: recursion
|
30 | 30 |
|
31 |
| - - title: Enumerables and streams |
| 31 | + - title: Enumerable と stream |
32 | 32 | slug: enumerables-and-streams
|
33 | 33 |
|
34 |
| - - title: Processes |
| 34 | + - title: プロセス |
35 | 35 | slug: processes
|
36 | 36 |
|
37 |
| - - title: IO and the file system |
| 37 | + - title: IO と ファイルシステム |
38 | 38 | slug: io-and-the-file-system
|
39 | 39 |
|
40 |
| - - title: alias, require, and import |
| 40 | + - title: alias, require, import |
41 | 41 | slug: alias-require-and-import
|
42 | 42 |
|
43 |
| - - title: Module attributes |
| 43 | + - title: モジュール属性 |
44 | 44 | slug: module-attributes
|
45 | 45 |
|
46 |
| - - title: Structs |
| 46 | + - title: Struct |
47 | 47 | slug: structs
|
48 | 48 |
|
49 |
| - - title: Protocols |
| 49 | + - title: プロトコル |
50 | 50 | slug: protocols
|
51 | 51 |
|
52 |
| - - title: Comprehensions |
| 52 | + - title: 内包表記 |
53 | 53 | slug: comprehensions
|
54 | 54 |
|
55 |
| - - title: Sigils |
| 55 | + - title: シジル記法 |
56 | 56 | slug: sigils
|
57 | 57 |
|
58 | 58 | - title: try、catch、rescue
|
59 | 59 | slug: try-catch-and-rescue
|
60 | 60 |
|
61 |
| - - title: Typespecs and behaviours |
| 61 | + - title: 型仕様 と 動作 |
62 | 62 | slug: typespecs-and-behaviours
|
63 | 63 |
|
64 |
| - - title: Debugging |
| 64 | + - title: デバッグ |
65 | 65 | slug: debugging
|
66 | 66 |
|
67 |
| - - title: Erlang libraries |
| 67 | + - title: Erlang ライブラリ |
68 | 68 | slug: erlang-libraries
|
69 | 69 |
|
70 | 70 | - title: 次にどこへ行こう
|
71 | 71 | slug: where-to-go-next
|
72 | 72 |
|
73 | 73 |
|
74 |
| -- title: Mix and OTP |
| 74 | +- title: Mix と OTP |
75 | 75 | dir: /getting-started/mix-otp/
|
76 | 76 | pages:
|
77 |
| - - title: Introduction to Mix |
| 77 | + - title: 入門 Mix |
78 | 78 | slug: introduction-to-mix
|
79 | 79 |
|
80 |
| - - title: Agent |
| 80 | + - title: エージェント |
81 | 81 | slug: agent
|
82 | 82 |
|
83 | 83 | - title: GenServer
|
84 | 84 | slug: genserver
|
85 | 85 |
|
86 |
| - - title: Supervisor and Application |
| 86 | + - title: スーパーバイザとアプリ |
87 | 87 | slug: supervisor-and-application
|
88 | 88 |
|
89 |
| - - title: Dynamic supervisors |
| 89 | + - title: 動的スーパーバイザ |
90 | 90 | slug: dynamic-supervisor
|
91 | 91 |
|
92 | 92 | - title: ETS
|
93 | 93 | slug: ets
|
94 | 94 |
|
95 |
| - - title: Dependencies and umbrella projects |
| 95 | + - title: 依存関係と Umbrella プロジェクト |
96 | 96 | slug: dependencies-and-umbrella-projects
|
97 | 97 |
|
98 |
| - - title: Task and gen_tcp |
| 98 | + - title: タスクと gen_tcp |
99 | 99 | slug: task-and-gen-tcp
|
100 | 100 |
|
101 | 101 | - title: Doctests, patterns and with
|
102 | 102 | slug: docs-tests-and-with
|
103 | 103 |
|
104 |
| - - title: Distributed tasks and configuration |
| 104 | + - title: 分散型タスクと設定 |
105 | 105 | slug: distributed-tasks-and-configuration
|
106 | 106 |
|
107 | 107 |
|
108 |
| -- title: Meta-programming in Elixir |
| 108 | +- title: メタプログラミング Elixir |
109 | 109 | dir: /getting-started/meta/
|
110 | 110 | pages:
|
111 |
| - - title: Quote and unquote |
| 111 | + - title: Quote と unquote |
112 | 112 | slug: quote-and-unquote
|
113 | 113 |
|
114 |
| - - title: Macros |
| 114 | + - title: マクロ |
115 | 115 | slug: macros
|
116 | 116 |
|
117 |
| - - title: Domain-specific languages |
| 117 | + - title: DSL (ドメイン固有言語) |
118 | 118 | slug: domain-specific-languages
|
0 commit comments