8000 a minor quasiquote update · willf/scala.github.com@4a04801 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a04801

Browse files
committed
a minor quasiquote update
1 parent 073bda9 commit 4a04801

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

overviews/macros/quasiquotes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ languages: [ja]
1111
---
1212
<a href="/overviews/macros/paradise.html"><span class="label important" style="float: right;">MACRO PARADISE</span></a>
1313

14-
**Eugene Burmako, Denys Shabalin**
14+
**Denys Shabalin, Eugene Burmako**
1515

1616
Quasiquotes are a pre-release feature included in so-called macro paradise, an experimental branch in the official Scala repository. Follow the instructions at the ["Macro Paradise"](/overviews/macros/paradise.html) page to download and use our nightly builds.
1717

18+
As of late, quasiquotes are also available to production users of Scala 2.10.x <span class="label success">NEW</span>. Follow the instructions at <a href="/overviews/macros/paradise.html#macro_paradise_for_210x">the macro paradise page</a> for more information.
19+
1820
## Intuition
1921

2022
Consider the `Lifter` [type macro](/overviews/macros/typemacros.html), which takes a template of a class or an object and duplicates all the methods in the template with their asynchronous counterparts wrapped in `future`.

0 commit comments

Comments
 (0)
0