Share |

I like me some compact code

Lately Groovy has been the language of choice for my scripting needs.

And slowly I am finding out how to do things in a groovy way instead of relying on shell commands that don’t always work as they would in a shell environment:

“scp user@host:*.java .”.execute()

is just not the same as executing the . . . → Read More: I like me some compact code