Try Lambda Calculus!

Have two minutes? Give the Lambda Calculus a shot right now!

If you're a beginner you can start with some basics:

Variables!
x, y, a, and other letters!
Functions!
\x.x, \x.\y.x, and more!
Application!
(\x.x) \z.z, (\x.\y.x) z q, and even (\x.x x) (\y.y y)!

Hacked out in a night by Mike Burns. Thanks to Try Ruby and Try Haskell; and to jison and jquery-console. Learn more about the Lambda Calculus at Wikipedia.