@@ -15,18 +15,26 @@ title: ロードマップ
1515** Eugene Burmako 著** <br >
1616** Eugene Yokota 訳**
1717
18- | 機能 | Scala 2.10 | [ パラダイス 2.10] ( /ja/overviews/macros/paradise.html ) | [ パラダイス 2.11] ( /ja/overviews/macros/paradise.html ) | Scala 2.11 |
19- +|-----------------------------------------------------------------------------------|--------------------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|-----------------|
20- +| [ blackbox と whitebox の分化] ( /ja/overviews/macros/blackbox-whitebox.html ) | No | No <sup >1</sup > | Yes <sup >1</sup > | Yes |
21- +| [ def マクロ] ( /ja/overviews/macros/overview.html ) | Yes | Yes <sup >1</sup > | Yes <sup >1</sup > | Yes |
22- +| [ マクロバンドル] ( /ja/overviews/macros/bundles.html ) | No | No <sup >1</sup > | Yes <sup >1</sup > | Yes |
23- +| [ implicit マクロ] ( /ja/overviews/macros/implicits.html ) | Yes (since 2.10.2) | Yes <sup >1</sup > | Yes <sup >1</sup > | Yes |
24- +| [ 関数従属性の具現化] ( /ja/overviews/macros/implicits.html#fundep_materialization ) | No | Yes <sup >2</sup > | Yes <sup >1</sup > | Yes |
25- +| [ Type providers] ( /ja/overviews/macros/typeproviders.html ) | 一部サポート | Yes <sup >2</sup > | Yes <sup >2</sup > | Partial support |
26- +| [ 準クォート] ( /ja/overviews/macros/quasiquotes.html ) | No | Yes <sup >1</sup > | Yes <sup >1</sup > | Yes |
27- +| [ 型マクロ] ( /ja/overviews/macros/typemacros.html ) | No | [ 中止] ( http://scalamacros.org/news/2013/08/05/macro-paradise-2.0.0-snapshot.html ) | [ 中止] ( http://scalamacros.org/news/2013/08/05/macro-paradise-2.0.0-snapshot.html ) | No |
28- +| [ 型指定の無いマクロ] ( /ja/overviews/macros/untypedmacros.html ) | No | [ 中止] ( http://scalamacros.org/news/2013/08/05/macro-paradise-2.0.0-snapshot.html ) | [ 中止] ( http://scalamacros.org/news/2013/08/05/macro-paradise-2.0.0-snapshot.html ) | No |
29- +| [ マクロアノテーション] ( /ja/overviews/macros/annotations.html ) | No | Yes <sup >2</sup > | Yes <sup >2</sup > | No |
30-
31- <sup >1</sup > この機能は、マクロパラダイスに対してコンパイル時でも実行時でもライブラリ依存性を導入しない。そのため、出てきたバイトコードを使ったコンパイルにも、このバイトコードの実行にもマクロパラダイスをクラスパスに通すことを必要としない。
32- <sup >2</sup > この機能は、マクロパラダイスに対してコンパイル時のライブラリ依存性を導入するが、実行時には必要ない。そのため、出てきたバイトコードを使ったコンパイルをするのにユーザ側のビルドにもプラグインを追加する必要があるが、このバイトコードやこのバイトコードによってマクロ展開されたものを実行するのにクラスパスに追加されるものはない。
18+ 今の所、Scala 2.12 におけるリフレクションおよびマクロ関連の新機能の導入の予定は無いため、
19+ バグ修正や安定化を除けば Scala 2.12 とパラダイス 2.12 の機能は Scala 2.11 とパラダイス 2.11 と同じものとなる。
20+
21+ 機能的には、目下労力をさいているのは [ scala.meta] ( http://scalameta.org ) だ。
22+ これは Scala のメタプログラミングの新しい土台となるもので、現行の ` scala.reflect ` ベースのものに比べて、よりシンプルに、堅固になり、移植性にも適したものとなる予定だ。
23+ いつの日か scala.meta が scala.reflect を置き換えて、Scala におけるメタプログラミングの新標準となることを目指している。
24+
25+ | 機能 | Scala 2.10 | [ パラダイス 2.10] ( /ja/overviews/macros/paradise.html ) | Scala 2.11 | [ パラダイス 2.11] ( /ja/overviews/macros/paradise.html ) | Scala 2.12 | [ パラダイス 2.12] ( /ja/overviews/macros/paradise.html ) |
26+ | -----------------------------------------------------------------------------------| ----------------------------| --------------------------------------------------| ----------------------------| --------------------------------------------------| -----------------------------| --------------------------------------------------|
27+ | [ blackbox と whitebox の分化] ( /ja/overviews/macros/blackbox-whitebox.html ) | No | No <sup >1</sup > | Yes | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > |
28+ | [ def マクロ] ( /ja/overviews/macros/overview.html ) | Yes | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > |
29+ | [ マクロバンドル] ( /ja/overviews/macros/bundles.html ) | No | No <sup >1</sup > | Yes | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > |
30+ | [ implicit マクロ] ( /ja/overviews/macros/implicits.html ) | Yes (since 2.10.2) | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > |
31+ | [ 関数従属性の具現化] ( /ja/overviews/macros/implicits.html#fundep_materialization ) | No | Yes <sup >2</sup > | Yes | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > |
32+ | [ 型プロバイダ] ( /ja/overviews/macros/typeproviders.html ) | 一部サポート (see docs) | Yes <sup >2</sup > | 一部サポート (see docs) | Yes <sup >2</sup > | Partial support (see docs) | Yes <sup >2</sup > |
33+ | [ 準クォート] ( /ja/overviews/macros/quasiquotes.html ) | No | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > | Yes | Yes <sup >1</sup > |
34+ | [ 型マクロ] ( /ja/overviews/macros/typemacros.html ) | No | No | No | No | No | No |
35+ | [ 型指定の無いマクロ] ( /ja/overviews/macros/untypedmacros.html ) | No | No | No | No | No | No |
36+ | [ マクロアノテーション] ( /ja/overviews/macros/annotations.html ) | No | Yes <sup >2</sup > | No | Yes <sup >2</sup > | No | Yes <sup >2</sup > |
37+
38+ <p ><sup >1</sup > この機能は、マクロパラダイスに対してコンパイル時でも実行時でもライブラリ依存性を導入しない。そのため、出てきたバイトコードを使ったコンパイルにも、このバイトコードの実行にもマクロパラダイスをクラスパスに通すことを必要としない。</p >
39+ <p ><sup >2</sup > この機能は、マクロパラダイスに対してコンパイル時のライブラリ依存性を導入するが、実行時には必要ない。そのため、出てきたバイトコードを使ったコンパイルをするのにユーザ側のビルドにもプラグインを追加する必要があるが、このバイトコードやこのバイトコードによってマクロ展開されたものを実行するのにクラスパスに追加されるものはない。</p >
40+ <p ><sup >3</sup > <code >-Yfundep-materialization</code > フラグが有効になっている場合のみ動作する。</p >
0 commit comments