From cb67ac334bc969d3e538a053ca67b7489a939e1b Mon Sep 17 00:00:00 2001 From: "tsubasa.kat" Date: Mon, 3 Jun 2019 16:08:23 +0900 Subject: [PATCH 1/2] Translated the side content specific to the GUIDES page. Issue #42 --- _data/getting-started.yml | 64 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/_data/getting-started.yml b/_data/getting-started.yml index 7e5b78ed8..6401aa8f6 100644 --- a/_data/getting-started.yml +++ b/_data/getting-started.yml @@ -4,115 +4,115 @@ - title: はじめに slug: introduction - - title: Basic types + - title: 基本型 slug: basic-types - - title: Basic operators + - title: 基本演算子 slug: basic-operators - - title: Pattern matching + - title: パターン・マッチング slug: pattern-matching - - title: case, cond, and if + - title: case, cond, if slug: case-cond-and-if - - title: Binaries, strings, and charlists + - title: バイナリ, 文字列, 文字リスト slug: binaries-strings-and-char-lists - - title: Keywords lists and maps + - title: キーワードリストとマップ slug: keywords-and-maps - - title: Modules and Functions + - title: モジュールと関数 slug: modules-and-functions - - title: Recursion + - title: 再帰 slug: recursion - - title: Enumerables and streams + - title: Enumerable と stream slug: enumerables-and-streams - - title: Processes + - title: プロセス slug: processes - - title: IO and the file system + - title: IO と ファイルシステム slug: io-and-the-file-system - - title: alias, require, and import + - title: alias, require, import slug: alias-require-and-import - - title: Module attributes + - title: モジュール属性 slug: module-attributes - - title: Structs + - title: Struct slug: structs - - title: Protocols + - title: プロトコル slug: protocols - - title: Comprehensions + - title: 内包表記 slug: comprehensions - - title: Sigils + - title: シジル記法 slug: sigils - title: try、catch、rescue slug: try-catch-and-rescue - - title: Typespecs and behaviours + - title: 型仕様 と 動作 slug: typespecs-and-behaviours - - title: Debugging + - title: デバッグ slug: debugging - - title: Erlang libraries + - title: Erlang ライブラリ slug: erlang-libraries - title: 次にどこへ行こう slug: where-to-go-next -- title: Mix and OTP +- title: Mix と OTP dir: /getting-started/mix-otp/ pages: - - title: Introduction to Mix + - title: 入門 Mix slug: introduction-to-mix - - title: Agent + - title: エージェント slug: agent - title: GenServer slug: genserver - - title: Supervisor and Application + - title: スーパーバイザとアプリ slug: supervisor-and-application - - title: Dynamic supervisors + - title: 動的スーパーバイザ slug: dynamic-supervisor - title: ETS slug: ets - - title: Dependencies and umbrella projects + - title: 依存関係と Umbrella プロジェクト slug: dependencies-and-umbrella-projects - - title: Task and gen_tcp + - title: タスクと gen_tcp slug: task-and-gen-tcp - title: Doctests, patterns and with slug: docs-tests-and-with - - title: Distributed tasks and configuration + - title: 分散型タスクと設定 slug: distributed-tasks-and-configuration -- title: Meta-programming in Elixir +- title: メタプログラミング Elixir dir: /getting-started/meta/ pages: - - title: Quote and unquote + - title: Quote と unquote slug: quote-and-unquote - - title: Macros + - title: マクロ slug: macros - - title: Domain-specific languages + - title: DSL (ドメイン固有言語) slug: domain-specific-languages From 1dbb8fbc4502aaecb91d54fb1ee9ccb07aaf943e Mon Sep 17 00:00:00 2001 From: "tsubasa.kat" Date: Tue, 4 Jun 2019 23:36:23 +0900 Subject: [PATCH 2/2] Generated the translated files because part of contents on sidebar's changed. Issue #42 --- .../alias-require-and-import.html | 64 +++++++++---------- docs/getting-started/basic-operators.html | 64 +++++++++---------- docs/getting-started/basic-types.html | 64 +++++++++---------- .../binaries-strings-and-char-lists.html | 64 +++++++++---------- docs/getting-started/case-cond-and-if.html | 64 +++++++++---------- docs/getting-started/comprehensions.html | 64 +++++++++---------- docs/getting-started/debugging.html | 64 +++++++++---------- .../enumerables-and-streams.html | 64 +++++++++---------- docs/getting-started/erlang-libraries.html | 64 +++++++++---------- docs/getting-started/introduction.html | 64 +++++++++---------- .../io-and-the-file-system.html | 64 +++++++++---------- docs/getting-started/keywords-and-maps.html | 64 +++++++++---------- .../meta/domain-specific-languages.html | 64 +++++++++---------- docs/getting-started/meta/macros.html | 64 +++++++++---------- .../meta/quote-and-unquote.html | 64 +++++++++---------- docs/getting-started/mix-otp/agent.html | 64 +++++++++---------- .../dependencies-and-umbrella-apps.html | 64 +++++++++---------- .../dependencies-and-umbrella-projects.html | 64 +++++++++---------- .../distributed-tasks-and-configuration.html | 64 +++++++++---------- .../mix-otp/docs-tests-and-with.html | 64 +++++++++---------- .../mix-otp/dynamic-supervisor.html | 64 +++++++++---------- docs/getting-started/mix-otp/ets.html | 64 +++++++++---------- docs/getting-started/mix-otp/genserver.html | 64 +++++++++---------- .../mix-otp/introduction-to-mix.html | 64 +++++++++---------- .../mix-otp/supervisor-and-application.html | 64 +++++++++---------- .../mix-otp/task-and-gen-tcp.html | 64 +++++++++---------- docs/getting-started/module-attributes.html | 64 +++++++++---------- .../modules-and-functions.html | 64 +++++++++---------- docs/getting-started/pattern-matching.html | 64 +++++++++---------- docs/getting-started/processes.html | 64 +++++++++---------- docs/getting-started/protocols.html | 64 +++++++++---------- docs/getting-started/recursion.html | 64 +++++++++---------- docs/getting-started/sigils.html | 64 +++++++++---------- docs/getting-started/structs.html | 64 +++++++++---------- .../getting-started/try-catch-and-rescue.html | 64 +++++++++---------- .../typespecs-and-behaviours.html | 64 +++++++++---------- docs/getting-started/where-to-go-next.html | 64 +++++++++---------- 37 files changed, 1184 insertions(+), 1184 deletions(-) diff --git a/docs/getting-started/alias-require-and-import.html b/docs/getting-started/alias-require-and-import.html index 7220f3d3c..40fd89709 100644 --- a/docs/getting-started/alias-require-and-import.html +++ b/docs/getting-started/alias-require-and-import.html @@ -97,47 +97,47 @@

Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/basic-operators.html b/docs/getting-started/basic-operators.html index ca8214603..3487f404b 100644 --- a/docs/getting-started/basic-operators.html +++ b/docs/getting-started/basic-operators.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/basic-types.html b/docs/getting-started/basic-types.html index 12e97c2b7..96f557455 100644 --- a/docs/getting-started/basic-types.html +++ b/docs/getting-started/basic-types.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/binaries-strings-and-char-lists.html b/docs/getting-started/binaries-strings-and-char-lists.html index 88332041c..c819d5951 100644 --- a/docs/getting-started/binaries-strings-and-char-lists.html +++ b/docs/getting-started/binaries-strings-and-char-lists.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/case-cond-and-if.html b/docs/getting-started/case-cond-and-if.html index e862aa9ed..103dc8ca2 100644 --- a/docs/getting-started/case-cond-and-if.html +++ b/docs/getting-started/case-cond-and-if.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/comprehensions.html b/docs/getting-started/comprehensions.html index fbfe8044c..4d82ec7f6 100644 --- a/docs/getting-started/comprehensions.html +++ b/docs/getting-started/comprehensions.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/debugging.html b/docs/getting-started/debugging.html index ef84736c5..80343f4f2 100644 --- a/docs/getting-started/debugging.html +++ b/docs/getting-started/debugging.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/enumerables-and-streams.html b/docs/getting-started/enumerables-and-streams.html index 3c18f2593..7cdb74ba9 100644 --- a/docs/getting-started/enumerables-and-streams.html +++ b/docs/getting-started/enumerables-and-streams.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/erlang-libraries.html b/docs/getting-started/erlang-libraries.html index eadffc378..121e4ada3 100644 --- a/docs/getting-started/erlang-libraries.html +++ b/docs/getting-started/erlang-libraries.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/introduction.html b/docs/getting-started/introduction.html index e1233bf20..e8c18afc9 100644 --- a/docs/getting-started/introduction.html +++ b/docs/getting-started/introduction.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/io-and-the-file-system.html b/docs/getting-started/io-and-the-file-system.html index 56982b63f..fa4b4c7da 100644 --- a/docs/getting-started/io-and-the-file-system.html +++ b/docs/getting-started/io-and-the-file-system.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/keywords-and-maps.html b/docs/getting-started/keywords-and-maps.html index e89a8d38d..e379dba33 100644 --- a/docs/getting-started/keywords-and-maps.html +++ b/docs/getting-started/keywords-and-maps.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/meta/domain-specific-languages.html b/docs/getting-started/meta/domain-specific-languages.html index b3efbb911..227041ec2 100644 --- a/docs/getting-started/meta/domain-specific-languages.html +++ b/docs/getting-started/meta/domain-specific-languages.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/meta/macros.html b/docs/getting-started/meta/macros.html index cfabfeab3..0804c5402 100644 --- a/docs/getting-started/meta/macros.html +++ b/docs/getting-started/meta/macros.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/meta/quote-and-unquote.html b/docs/getting-started/meta/quote-and-unquote.html index 155045eb8..cf86887f9 100644 --- a/docs/getting-started/meta/quote-and-unquote.html +++ b/docs/getting-started/meta/quote-and-unquote.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/agent.html b/docs/getting-started/mix-otp/agent.html index c20679c87..cbaef4008 100644 --- a/docs/getting-started/mix-otp/agent.html +++ b/docs/getting-started/mix-otp/agent.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/dependencies-and-umbrella-apps.html b/docs/getting-started/mix-otp/dependencies-and-umbrella-apps.html index 3270a35f2..262abae96 100644 --- a/docs/getting-started/mix-otp/dependencies-and-umbrella-apps.html +++ b/docs/getting-started/mix-otp/dependencies-and-umbrella-apps.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/dependencies-and-umbrella-projects.html b/docs/getting-started/mix-otp/dependencies-and-umbrella-projects.html index 74e7e237e..543302e1b 100644 --- a/docs/getting-started/mix-otp/dependencies-and-umbrella-projects.html +++ b/docs/getting-started/mix-otp/dependencies-and-umbrella-projects.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/distributed-tasks-and-configuration.html b/docs/getting-started/mix-otp/distributed-tasks-and-configuration.html index 0051792cd..2e220c575 100644 --- a/docs/getting-started/mix-otp/distributed-tasks-and-configuration.html +++ b/docs/getting-started/mix-otp/distributed-tasks-and-configuration.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/docs-tests-and-with.html b/docs/getting-started/mix-otp/docs-tests-and-with.html index ff7ea1c3b..edc643a52 100644 --- a/docs/getting-started/mix-otp/docs-tests-and-with.html +++ b/docs/getting-started/mix-otp/docs-tests-and-with.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/dynamic-supervisor.html b/docs/getting-started/mix-otp/dynamic-supervisor.html index c6b06af5d..ce07d8519 100644 --- a/docs/getting-started/mix-otp/dynamic-supervisor.html +++ b/docs/getting-started/mix-otp/dynamic-supervisor.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/ets.html b/docs/getting-started/mix-otp/ets.html index f82a3323b..5a6dcc3d9 100644 --- a/docs/getting-started/mix-otp/ets.html +++ b/docs/getting-started/mix-otp/ets.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/genserver.html b/docs/getting-started/mix-otp/genserver.html index 587dd4511..11a773608 100644 --- a/docs/getting-started/mix-otp/genserver.html +++ b/docs/getting-started/mix-otp/genserver.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/introduction-to-mix.html b/docs/getting-started/mix-otp/introduction-to-mix.html index 7f2060298..a33d4b9d6 100644 --- a/docs/getting-started/mix-otp/introduction-to-mix.html +++ b/docs/getting-started/mix-otp/introduction-to-mix.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/supervisor-and-application.html b/docs/getting-started/mix-otp/supervisor-and-application.html index 61f30dad1..ec0737611 100644 --- a/docs/getting-started/mix-otp/supervisor-and-application.html +++ b/docs/getting-started/mix-otp/supervisor-and-application.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/mix-otp/task-and-gen-tcp.html b/docs/getting-started/mix-otp/task-and-gen-tcp.html index 1eae98d87..c575f1396 100644 --- a/docs/getting-started/mix-otp/task-and-gen-tcp.html +++ b/docs/getting-started/mix-otp/task-and-gen-tcp.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/module-attributes.html b/docs/getting-started/module-attributes.html index ec44d34ab..ddfce0b70 100644 --- a/docs/getting-started/module-attributes.html +++ b/docs/getting-started/module-attributes.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/modules-and-functions.html b/docs/getting-started/modules-and-functions.html index c5a6d5e5e..f60985ce8 100644 --- a/docs/getting-started/modules-and-functions.html +++ b/docs/getting-started/modules-and-functions.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/pattern-matching.html b/docs/getting-started/pattern-matching.html index c05ad87f9..9f9defed2 100644 --- a/docs/getting-started/pattern-matching.html +++ b/docs/getting-started/pattern-matching.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/processes.html b/docs/getting-started/processes.html index cff7394ad..6c73c3b31 100644 --- a/docs/getting-started/processes.html +++ b/docs/getting-started/processes.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/protocols.html b/docs/getting-started/protocols.html index 47520bc44..ff50152ed 100644 --- a/docs/getting-started/protocols.html +++ b/docs/getting-started/protocols.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/recursion.html b/docs/getting-started/recursion.html index 9e93f2c53..13da38142 100644 --- a/docs/getting-started/recursion.html +++ b/docs/getting-started/recursion.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/sigils.html b/docs/getting-started/sigils.html index ebd874aea..4d57ea17f 100644 --- a/docs/getting-started/sigils.html +++ b/docs/getting-started/sigils.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/structs.html b/docs/getting-started/structs.html index e36928025..5ffdb96d9 100644 --- a/docs/getting-started/structs.html +++ b/docs/getting-started/structs.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/try-catch-and-rescue.html b/docs/getting-started/try-catch-and-rescue.html index c4e1cfacb..2cf1c2362 100644 --- a/docs/getting-started/try-catch-and-rescue.html +++ b/docs/getting-started/try-catch-and-rescue.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/typespecs-and-behaviours.html b/docs/getting-started/typespecs-and-behaviours.html index a6c4e67ab..0e76bd260 100644 --- a/docs/getting-started/typespecs-and-behaviours.html +++ b/docs/getting-started/typespecs-and-behaviours.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)
    diff --git a/docs/getting-started/where-to-go-next.html b/docs/getting-started/where-to-go-next.html index 04f3705a9..1f105433b 100644 --- a/docs/getting-started/where-to-go-next.html +++ b/docs/getting-started/where-to-go-next.html @@ -97,47 +97,47 @@

    Getting Started

  • はじめに
  • -
  • Basic types
  • +
  • 基本型
  • -
  • Basic operators
  • +
  • 基本演算子
  • -
  • Pattern matching
  • +
  • パターン・マッチング
  • -
  • case, cond, and if
  • +
  • case, cond, if
  • -
  • Binaries, strings, and charlists
  • +
  • バイナリ, 文字列, 文字リスト
  • -
  • Keywords lists and maps
  • +
  • キーワードリストとマップ
  • -
  • Modules and Functions
  • +
  • モジュールと関数
  • -
  • Recursion
  • +
  • 再帰
  • -
  • Enumerables and streams
  • +
  • Enumerable と stream
  • -
  • Processes
  • +
  • プロセス
  • -
  • IO and the file system
  • +
  • IO と ファイルシステム
  • -
  • alias, require, and import
  • +
  • alias, require, import
  • -
  • Module attributes
  • +
  • モジュール属性
  • -
  • Structs
  • +
  • Struct
  • -
  • Protocols
  • +
  • プロトコル
  • -
  • Comprehensions
  • +
  • 内包表記
  • -
  • Sigils
  • +
  • シジル記法
  • try、catch、rescue
  • -
  • Typespecs and behaviours
  • +
  • 型仕様 と 動作
  • -
  • Debugging
  • +
  • デバッグ
  • -
  • Erlang libraries
  • +
  • Erlang ライブラリ
  • 次にどこへ行こう
  • @@ -145,41 +145,41 @@

    Getting Started

    -

    Meta-programming in Elixir

    +

    メタプログラミング Elixir

      -
    1. Quote and unquote
    2. +
    3. Quote と unquote
    4. -
    5. Macros
    6. +
    7. マクロ
    8. -
    9. Domain-specific languages
    10. +
    11. DSL (ドメイン固有言語)