You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
17
18
+
As of late, quasiquotes are also available to production users of Scala 2.10.x <spanclass="label success">NEW</span>. Follow the instructions at <ahref="/overviews/macros/paradise.html#macro_paradise_for_210x">the macro paradise page</a> for more information.
19
+
18
20
## Intuition
19
21
20
22
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