Update lang/p5-signatures to version 0.11
[dports.git] / lang / groovy / pkg-descr
1 Groovy is an agile dynamic language for the Java 2 Platform that has many of
2 the features that people like so much in languages like Python, Ruby and
3 Smalltalk, making them available to Java developers using a Java-like syntax.
4
5 Groovy is designed to help you get things done on the Java 2 Platform in a
6 quick, concise and fun way. Groovy brings the power of a scripting language
7 directly into the Java 2 Platform. For example:
8
9 - Shell scripting using Groovy allows the full power of the Java Platform to be
10   brought to bear to the task at hand.
11 - Groovy can be used (and indeed is already being used) as a replacement for
12   Java for small and medium sized applications to execute on the Java 2
13   Platform.
14 - Groovy can be used as an embedded language for dynamic business rules or
15   extension points utilizing the agility of Groovy and saving the cost of
16   redeploying applications for each change of rule (especially when the rules
17   are stored in a database).
18 - Groovy makes writing test cases for unit tests very easy.
19
20 As well as being a powerful language for scripting Java objects, Groovy can be
21 used as an alternative compiler to javac to generate standard Java bytecode to
22 be used by any Java project.
23
24 WWW: http://groovy.codehaus.org/