Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
groovy: Groovy scripting language
Name: | groovy |
Vendor: | JPackage Project |
Version: | 1.0 |
License: | BSD/Apache-style Software License |
Release: | 0.b10.1jpp |
URL: | http://groovy.codehaus.org/ |
- Summary
- Groovy is a new agile dynamic language for the JVM
combining lots of great features from languages like
Python, Ruby and Smalltalk and making them available
to the Java developers using a Java-like syntax.
Groovy is designed to help you get things done on the
Java platform in a quicker, more concise and fun way -
bringing the power of Python and Ruby inside the Java
platform.
Groovy can be used as an alternative compiler to javac
to generate standard Java bytecode to be used by any
Java project or it can be used dynamically as an
alternative language such as for scripting Java objects,
templating or writing unit test cases.
Changelog
- * Tue Mar 15 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> 0:1.0-0.b10.1jpp
-
- upgrade to 1.0-0.b10
- set runtime dependencies to asm, classworlds, commons-cli
- assure $HOME/.groovy/lib exists at startup
- activate user-specific library loading in *-classworlds.conf
- * Sat Mar 12 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> 0:1.0-0.b7.3jpp
-
- reduce runtime dependencies to asm, classworlds
- * Tue Feb 1 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> 0:1.0-0.b7.2jpp
-
- Process project.xml files with saxon
- Don't tamper with $HOME
- Don't use build-jar-repository; explicitly ln -sf $(build-classpath ...)