• Stars
    star
    107
  • Rank 323,587 (Top 7 %)
  • Language
  • License
    BSD 3-Clause "New...
  • Created over 10 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

"Macrology 201" workshop at flatMap 2014: http://2014.flatmap.no/speakers/burmako.html

Macros are awesome!

http://scalamacros.org/paperstalks/2014-02-04-WhatAreMacrosGoodFor.pdf

So let's go write some :)

Our plan for today

  • Macro-based optimizers
  • Implicit materializers

We'll be using Scala 2.11.x with all the new goodies including quasiquotes and macro bundles, but we'll also spend some time discussing 2.10.x compatibility.

Things that we'll leave out

Let's get started!

Macro-based optimizers, hygiene and owner chains: /tree/part1