By fifthposition
via capitalcodemonkey.blogspot.com
Published: Nov 27 2009 / 00:33
Usually Groovy is thought of as a loose, dynamically typed language that is otherwise similar to Java. Given this, it would make sense to write in Groovy when dynamism is needed an write in Java when you need strong typing, etc. to avoid side effects. But a great differentiator for groovy over any other dynamic language running on the JVM is that it also has all of Java's support for Strong typing, Generics, immutable objects and the like. This allows Groovy a tremendous range using dynamism where it makes sense and locking it down where it makes sense to do that.
Add your comment
Voters For This Link (13)
-
fifthposition -
aalmiray -
pron -
mswatcher -
glaforge -
pashimito -
ecspike -
vivdigg -
rapponi -
TimAtBeat -
javanperl -
rogerjose81 -
jbrush




