Skip to content

Commit a4b062f

Browse files
authored
Link to newer macro pdf
1 parent babbc49 commit a4b062f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/macros/usecases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to the realm of possible. Both commercial and research users of Scala use macros
2222
At EPFL we are leveraging macros to power our research. Lightbend also employs macros in a number of projects.
2323
Macros are also popular in the community and have already given rise to a number of interesting applications.
2424

25-
The recent talk ["What Are Macros Good For?"](http://scalamacros.org/paperstalks/2013-07-17-WhatAreMacrosGoodFor.pdf)
25+
The recent talk ["What Are Macros Good For?"](http://scalamacros.org/paperstalks/2014-02-04-WhatAreMacrosGoodFor.pdf)
2626
describes and systemizes uses that macros found among Scala 2.10 users. The thesis of the talk is that macros are good for
2727
code generation, static checking and DSLs, illustrated with a number of examples from research and industry.
2828

0 commit comments

Comments
 (0)