aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2005-02-21 11:21:18 +0000
committerHerve Quiroz <hq@FreeBSD.org>2005-02-21 11:21:18 +0000
commit9d40ec21127a874dea1d9021313262947b8d2c25 (patch)
tree59f128d6605cdf960ed4aa9406929392c926f9bb /lang/Makefile
parent801ea5582e882cf1da7aeaa6a7b6bf9068049c37 (diff)
downloadports-9d40ec21127a874dea1d9021313262947b8d2c25.tar.gz
ports-9d40ec21127a874dea1d9021313262947b8d2c25.zip
Groovy is an agile dynamic language for the Java 2 Platform that has many of
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/
Notes
Notes: svn path=/head/; revision=129464
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 9d9291507796..601bcb48f65b 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -97,6 +97,7 @@
SUBDIR += gnustep-guile
SUBDIR += gnustep-objc
SUBDIR += gprolog
+ SUBDIR += groovy
SUBDIR += guile
SUBDIR += harbour
SUBDIR += haskell-mode.el