8000 Typesafe -> Lightbend by SethTisue · Pull Request #499 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

Typesafe -> Lightbend #499

N 8000 ew issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ja/overviews/macros/usecases.md
8000
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ title: ユースケース

Scala 2.10 の実験的機能としてリリースされて以来、マクロは以前なら不可能もしくは法外に複雑だった多くのことを実現可能な領域に持ち込むことに成功した。
Scala の商用ユーザと研究ユーザの両方がマクロを利用して様々なアイディアを形にしている。
ここ EPFL においても我々はマクロを活用して研究を行っている。Typesafe 社もマクロを数々のプロジェクトに採用している。
ここ EPFL においても我々はマクロを活用して研究を行っている。Lightbend 社もマクロを数々のプロジェクトに採用している。
マクロはコミュニティー内でも人気があり、既にいくつかの興味深い応用が現れている。

最近行われた講演の ["What Are Macros Good For?"](http://scalamacros.org/paperstalks/2013-07-17-WhatAreMacrosGoodFor.pdf) では Scala 2.10 ユーザのマクロの利用方法を説明し、システム化した。講演の大筋はマクロはコード生成、静的な検査、および DSL に有効であるということで、これを研究や産業からの例を交えながら説明した。
Expand Down
2 changes: 1 addition & 1 deletion overviews/macros/usecases.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ languages: [ja]

Since their release as an experimental feature of Scala 2.10, macros have brought previously impossible or prohibitively complex things
to the realm of possible. Both commercial and research users of Scala use macros to bring their ideas to life.
At EPFL we are leveraging macros to power our research. Typesafe also employs macros in a number of projects.
At EPFL we are leveraging macros to power our research. Lightbend also employs macros in a number of projects.
Macros are also popular in the community and have already given rise to a number of interesting applications.

The recent talk ["What Are Macros Good For?"](http://scalamacros.org/paperstalks/2013-07-17-WhatAreMacrosGoodFor.pdf)
Expand Down
0