I'd definitely be interested in a talk. But, for those of you who can't
wait until next month, there was an article about Groovy published in
JavaPro
(http://www.ftponline.com/javapro/2004_05/magazine/columns/proshop/).
Enjoy!
-----Original Message-----
From: Weirich, James [mailto:James.Weirich@xxxxxxx]
Sent: Tuesday, July 27, 2004 10:01 AM
To: users@xxxxxxxxxx
Subject: RE: [cinjug-users] Sharpening the Saw - Groovy
> Ruby/JRuby is another good option (Some would say better then python),
> but last I herd (I could be wrong here, Jim?) JRuby is GNU
> licensed, so no go for commercial apps.
Two comments:
(1) I think you meant "proprietary" rather than "commercial".
(2) As Jason pointed out, Jruby can be distributed under the LGPL
which allows the proprietary portion of your code to be
distributed source-less.
But on the topic of Groovy, I've been keeping my eye on it for a while.
It is very Ruby-like. For example ...
Groovy: value = [1,2,3].inject('counting: ') { str, item | str + item
}
Ruby: value = [1,2,3].inject('counting: ') { |str, item| str +
item.to_s }
The big advantage to Groovy in an all-Java environment is that Groovy is
designed to use the Java libraries, where both (J)Ruby and (J|P)ython
come
with their own system libraries.
There will be a session on Groovy by Christopher Judd at the Southern
Ohio
Software Symposium (e.g. No Fluff, Just Stuff) this year (Aug 6-8).
I'm thinking of doing a talk on Groovy for CinJUG. Any interest?
-- Jim Weirich
---------
You may unsubscribe from this mailing list
by sending a blank email addressed to:
users-unsubscribe@xxxxxxxxxx
--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx
|