[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Groovy : a jvm language "learning" from Ruby & Python

Robert Feldt

11/29/2003 1:09:00 PM

Hi,

FYI:

http://groovy.cod...

The intro says:

"Groovy is a powerful new high level 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 writing scripts or
unit test cases."

Just so we know...

/Robert