summaryrefslogtreecommitdiffstats
path: root/lang/groovy
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0-jsr-06 [1]hq2006-07-053-7/+11
| | | | | | | - Set GROOVY_HOME only when not already defined - Set JAVA_HOME when not already defined, using feature from javavmwrapper 2.2 Reported by: portscout [1]
* Update to 1.0-jsr-05hq2006-06-202-4/+4
| | | | Reported by: portscout
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-091-1/+0
|
* - Update to 1.0-jsr-04hq2005-12-153-6/+7
| | | | | - Allow user to override ${GROOVY_HOME} at runtime - Add SHA256 info
* Unbreak: fix packing listhq2005-03-291-3/+1
| | | | | Reported by: kris via pointyhat Approved by: portmgr (krion)
* BROKEN: Incomplete pkg-plistkris2005-03-261-0/+2
| | | | Approved by: portmgr (self)
* Groovy is an agile dynamic language for the Java 2 Platform that has many ofhq2005-02-214-0/+96
the features that people like so much in languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java 2 Platform in a quick, concise and fun way. Groovy brings the power of a scripting language directly into the Java 2 Platform. For example: - Shell scripting using Groovy allows the full power of the Java Platform to be brought to bear to the task at hand. - Groovy can be used (and indeed is already being used) as a replacement for Java for small and medium sized applications to execute on the Java 2 Platform. - Groovy can be used as an embedded language for dynamic business rules or extension points utilizing the agility of Groovy and saving the cost of redeploying applications for each change of rule (especially when the rules are stored in a database). - Groovy makes writing test cases for unit tests very easy. As well as being a powerful language for scripting Java objects, Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project. WWW: http://groovy.codehaus.org/
OpenPOWER on IntegriCloud