Skip to content

Instantly share code, notes, and snippets.

@hexx
Created September 12, 2012 06:47
Show Gist options
  • Save hexx/3704767 to your computer and use it in GitHub Desktop.
Save hexx/3704767 to your computer and use it in GitHub Desktop.
rpscala86-hygiene-2.scala
import Macros._
object Test extends App {
val a = 28
println("non-hygienic: " + nonHygienicA())
println("hygienic: " + hygienicA())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment