summaryrefslogtreecommitdiffhomepage
path: root/es-es/groovy-es.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-06-03 13:31:20 -0600
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-06-03 13:31:20 -0600
commit790a78e3cf1ec8610699ed34255d459f84a92a18 (patch)
treea62702ae158c36167e3047f7be5d16197cff0859 /es-es/groovy-es.html.markdown
parent29bf4c1b9f353fa3321f663dc52c1b227a1ed9e5 (diff)
Remove bare links
Diffstat (limited to 'es-es/groovy-es.html.markdown')
-rw-r--r--es-es/groovy-es.html.markdown16
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)