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
the website `scalamacros.org` is no longer being used for what it was
originally intended for when this documentation was written, so I have
linked to the github repository which contains the original data.
It may be worth it to look into `archive.org` for this purpose, if it is
felt that the repository used is not sufficient.
In the event the repository disapears, I have
created a fork, and plan use it for archival purposes. This fork is
welcome to use by the scala project in such an event.
[https://github.com/bicknrown/scalamacros.github.com/](https://github.com/bicknrown/scalamacros.github.com/)
Copy file name to clipboardExpand all lines: _overviews/macros/paradise.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Macro paradise is a plugin for several versions of Scala compilers.
20
20
It is designed to reliably work with production releases of <code>scalac</code>,
21
21
making latest macro developments available way before they end up in future versions Scala.
22
22
Refer to the roadmap for [the list of supported features and versions](roadmap.html)
23
-
and visit [the paradise announcement](https://scalamacros.org/news/2013/08/07/roadmap-for-macro-paradise.html)
23
+
and visit [the paradise announcement](https://github.com/scalamacros/scalamacros.github.com/blob/5904f7ef88a439c668204b4bf262835e89fb13cb/news/_posts/2013-08-07-roadmap-for-macro-paradise.html)
Copy file name to clipboardExpand all lines: _overviews/macros/usecases.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ to the realm of possible. Both commercial and research users of Scala use macros
19
19
At EPFL we are leveraging macros to power our research. Lightbend also employs macros in a number of projects.
20
20
Macros are also popular in the community and have already given rise to a number of interesting applications.
21
21
22
-
The recent talk ["What Are Macros Good For?"](https://scalamacros.org/paperstalks/2014-02-04-WhatAreMacrosGoodFor.pdf)
22
+
The recent talk ["What Are Macros Good For?"](https://github.com/scalamacros/scalamacros.github.com/blob/5904f7ef88a439c668204b4bf262835e89fb13cb/paperstalks/2014-02-04-WhatAreMacrosGoodFor.pdf)
23
23
describes and systemizes uses that macros found among Scala 2.10 users. The thesis of the talk is that macros are good for
24
24
code generation, static checking and DSLs, illustrated with a number of examples from research and industry.
25
25
26
26
We have also published a paper in the Scala'13 workshop,
27
-
["Scala Macros: Let Our Powers Combine!"](https://scalamacros.org/paperstalks/2013-04-22-LetOurPowersCombine.pdf),
27
+
["Scala Macros: Let Our Powers Combine!"](https://github.com/scalamacros/scalamacros.github.com/blob/5904f7ef88a439c668204b4bf262835e89fb13cb/paperstalks/2013-04-22-LetOurPowersCombine.pdf),
28
28
covering the state of the art of macrology in Scala 2.10 from a more academic point of view.
29
29
In the paper we show how the rich syntax and static types of Scala synergize with macros and
30
30
explore how macros enable new and unique ways to use pre-existing language features.
0 commit comments