
14
Feb, 15
Harnessing the power of groovy
This blog post “Harnessing the power of groovy” demonstrates the power of groovy language. In java, what could take 10-15 lines, in groovy we can achieve it using 1-line code. Multiply Each Number by 2 [php](1..10).collect{it * 2}[/php] 1...
Recent Comments