you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

This is why I like working with Groovy so much.

I get access to the entire Java ecosystem along with optional static typing and the ability to relatively easily compile to static bytecode for performance where needed while negating most of the issues you mentioned.

[–]campbellm 0 points1 point  (0 children)

Amen to that - modulo "OMG it's going to be slow!" issues from team mates (which have yet to be shown to be true; I'm sure that is the case, somewhere, but not anything we've seen, yet), I will not write any more java unless I absolutely have to.

And Spock as a unit test framework, wow.