Groovy是一種新興的 JAVA 2 平臺語言。 Groovy 代碼能夠與 JAVA 代碼很好地結合,也能用於擴展現有代碼。 目前的 Groovy 版本是 1.6.3,在 JAVA 1.4 和 JAVA 5 平臺上都能使用,也能在 JAVA 6 上使用。
Groovy 1.8版本資訊如下:
The 1.8 release of Groovy comes with many new features that greatly enhance
·the dynamic expressiveness of Groovy, specifically for defining DSLs
·runtime performance
·concurrent and parallel execution
·HTTP://www.aliyun.com/zixun/aggregation/29798.html">design by contract
·functional programming style
·first-class JSON support
·compile-time meta programming
·and more helpers and library additions
These features have undergone the Groovy developer process with formal descriptions, discussion, and voting (GEP - Groovy Enhancement Proposal) for core parts and less formal developer discussions and JIRA voting for additional parts.
Our goal has stayed the same, though: to give the JAVA developer a tool that makes him more productive, allows him to a chieve his goals faster and with a smaller margin of error, and extend the scalability of the JAVA platform from full-blow n enterprise projects to everyday "getting things done" tasks.