Skip to content

Instantly share code, notes, and snippets.

@vinodkd
Created March 1, 2013 06:40
Show Gist options
  • Save vinodkd/5062875 to your computer and use it in GitHub Desktop.
Save vinodkd/5062875 to your computer and use it in GitHub Desktop.
please(show).the(square_root).of(100)
={it}([{println it}]).{clos -> [delegate[0],clos]}(square_root).{delegate[0](delegate[1](it))}(100)
=[{println it}].[delagate[0], square_root].[delegate[0](delegate[1](100))]
= [{println it}, square_root].[delegate[0](delegate[1](100))]
=println(square_root(100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment