From a4b062f4fbdd2b3b1ce4792400b6c2d36b961040 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Fri, 21 Sep 2018 11:07:17 -0700 Subject: [PATCH] Link to newer macro pdf --- _overviews/macros/usecases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/macros/usecases.md b/_overviews/macros/usecases.md index 0ece8fc36a..32e0001761 100644 --- a/_overviews/macros/usecases.md +++ b/_overviews/macros/usecases.md @@ -22,7 +22,7 @@ to the realm of possible. Both commercial and research users of Scala use macros At EPFL we are leveraging macros to power our research. Lightbend also employs macros in a number of projects. Macros are also popular in the community and have already given rise to a number of interesting applications. -The recent talk ["What Are Macros Good For?"](http://scalamacros.org/paperstalks/2013-07-17-WhatAreMacrosGoodFor.pdf) +The recent talk ["What Are Macros Good For?"](http://scalamacros.org/paperstalks/2014-02-04-WhatAreMacrosGoodFor.pdf) describes and systemizes uses that macros found among Scala 2.10 users. The thesis of the talk is that macros are good for code generation, static checking and DSLs, illustrated with a number of examples from research and industry.