Groovy JSR 1 released!

Great!!!

D:\groovy\groovy-1.0-jsr-01>groovysh
Lets get Groovy!
================
Version: 1.0-jsr-01 JVM: 1.4.2_08-b03
Type 'exit' to terminate the shell
Type 'help' for command help
Type 'go' to execute the statements

groovy> x = 123
groovy> println "x = $x"
groovy> go
x = 123

groovy.jsrがデフォルトでtrueに。