8000 a minor quasiquote update by xeno-by · Pull Request #195 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content
8000

a minor quasiquote update #195

New 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
May 6, 2013
Merged
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
a minor quasiquote update
  • Loading branch information
xeno-by committed May 6, 2013
commit 4a0480141eb7169cbe84fda85218d6329ef83ae9
4 changes: 3 additions & 1 deletion overviews/macros/quasiquotes.md
< 6138 td class="blob-code blob-code-context js-file-line"> ---
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ languages: [ja]
<a href="/overviews/macros/paradise.html"><span class="label important" style="float: right;">MACRO PARADISE</span></a>

**Eugene Burmako, Denys Shabalin**
**Denys Shabalin, Eugene Burmako**

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.

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.

## Intuition

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`.
Expand Down
0