diff options
Diffstat (limited to 'es-es/groovy-es.html.markdown')
-rw-r--r-- | es-es/groovy-es.html.markdown | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/es-es/groovy-es.html.markdown b/es-es/groovy-es.html.markdown index e22de3c5..233c7089 100644 --- a/es-es/groovy-es.html.markdown +++ b/es-es/groovy-es.html.markdown @@ -8,7 +8,7 @@ lang: es-es filename: groovy-es.html --- -Groovy - Un lenguaje dinámico para la plataforma Java [Leer más aquí.](http://www.groovy-lang.org/) +Groovy - Un lenguaje dinámico para la plataforma Java. [Leer más aquí](http://www.groovy-lang.org/). ```groovy /* @@ -283,7 +283,7 @@ def clos = { print it } clos( "hi" ) /* - Groovy puede memorizar los resultados de un Closure [1][2][3] + Groovy puede memorizar los resultados de un Closure */ def cl = {a, b -> sleep(3000) // simula algún proceso que consume tiempo @@ -422,12 +422,6 @@ assert sum(2,5) == 7 ## Libros -* [Groovy Goodness] (https://leanpub.com/groovy-goodness-notebook) - -* [Groovy in Action] (http://manning.com/koenig2/) - -* [Programming Groovy 2: Dynamic Productivity for the Java Developer] (http://shop.oreilly.com/product/9781937785307.do) - -[1] http://roshandawrani.wordpress.com/2010/10/18/groovy-new-feature-closures-can-now-memorize-their-results/ -[2] http://www.solutionsiq.com/resources/agileiq-blog/bid/72880/Programming-with-Groovy-Trampoline-and-Memoize -[3] http://mrhaki.blogspot.mx/2011/05/groovy-goodness-cache-closure-results.html +* [Groovy Goodness](https://leanpub.com/groovy-goodness-notebook) +* [Groovy in Action](http://manning.com/koenig2/) +* [Programming Groovy 2: Dynamic Productivity for the Java Developer](http://shop.oreilly.com/product/9781937785307.do) |