8000 emphasis on "production versions of 2.10.x" · zeide/scala.github.com@15d6239 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15d6239

Browse files
committed
emphasis on "production versions of 2.10.x"
1 parent 77c41df commit 15d6239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/macros/paradise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Scaladocs corresponding to paradise nightlies can be found at [our Jenkins serve
3232

3333
## Macro paradise for 2.10.x
3434

35-
There is also a special build of macro paradise that targets Scala 2.10.x <span class="label success">NEW</span>. With macro paradise 2.10, you can already make use of quasiquotes in 2.10.x: compile your macros using the `2.10.2-SNAPSHOT` build of macro paradise, and then these macros will be perfectly usable with a vanilla 2.10.x compiler. It works in such a neat way, because quasiquotes themselves are macros, so after being expanded they leave no traces of dependencies on macro paradise (well, almost). Check out [https://github.com/scalamacros/sbt-example-paradise210](https://github.com/scalamacros/sbt-example-paradise210) for an end-to-end example and a detailed explanation of this cool trick.
35+
There is also a special build of macro paradise that targets Scala 2.10.x <span class="label success">NEW</span>. With macro paradise 2.10, you can already make use of **quasiquotes in production versions of 2.10.x**: compile your macros using the `2.10.2-SNAPSHOT` build of macro paradise, and then these macros will be perfectly usable with a vanilla 2.10.x compiler. It works in such a neat way, because quasiquotes themselves are macros, so after being expanded they leave no traces of dependencies on macro paradise (well, almost). Check out [https://github.com/scalamacros/sbt-example-paradise210](https://github.com/scalamacros/sbt-example-paradise210) for an end-to-end example and a detailed explanation of this cool trick.
3636

0 commit comments

Comments
 (0)
0