Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 2.01 KB

README.md

File metadata and controls

27 lines (17 loc) · 2.01 KB

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