The moose likes Groovy and the fly likes Two Groovy questions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "Two Groovy questions" Watch "Two Groovy questions" New topic
Author

Two Groovy questions

Frank Spychalski
Greenhorn

Joined: Mar 19, 2006
Posts: 3
Hi,

a) I really like the concept of Ruby's open classes which allows you to modify build-in classes. Is something similar possible in Groovy or do you plan adding such a feature?

b) Do you think the startup time of the VM is a problem for a scripting language?
Tug Wilson
Ranch Hand

Joined: Dec 12, 2006
Posts: 33
Yes there are several ways of modifying the behaviour of a class in Groovy.


I gave a talk on this subject at the last UK Groovy user Group meeting.

You can download my presentation here http://skillsmatter.com/menu/398

I believe that SkillsMatter are going to be posting the video they took of both talks some time soon.
 
 
subject: Two Groovy questions
 
developer file tools