Created
March 1, 2013 06:40
-
-
Save vinodkd/5062875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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