Skip to content

Instantly share code, notes, and snippets.

@also
Created September 4, 2011 22:07
Show Gist options
  • Save also/1193598 to your computer and use it in GitHub Desktop.
Save also/1193598 to your computer and use it in GitHub Desktop.
object ❄
object ❅ {
def apply(o:Any) = println(o)
}
object ☃ {
def ❄(s:Any) = '❄'
def ❅❅(s:Any) = "❅❅"
def ☃(x:Any) = {this}
}
❅(☃ ❅❅ ❅(☃ ❄ ❄))
☃ ☃ ☃ ☃ ☃ ☃ ☃ ☃ ☃ ❅❅ ☃
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment