Reputation: 13779
Where can I find more details about how Groovy is implemented under-the-hood? Aside from the source code, are there good papers, blogs, videos, slide decks etc discussing the implementation details?
Upvotes: 3
Views: 337
Reputation: 6508
Something in the direction of Scala sids, would be http://docs.codehaus.org/display/GroovyJSR/Groovy+Enhancement+Proposal But there is a huge difference between Scala and Groovy, and I don't mean the typing. Scala is traditionally backed by science people. They write papers about it. The Groovy language guys are not working at universities and have therefore less the tendency to write papers. As for blogs, there are several,maybe http://groovyblogs.org is a good starting point. But really the best way is to just ask on more specific information on the dev or user list.
Upvotes: 2
Reputation: 682
A Groovy equivalent of Scala's http://www.scala-lang.org/sids would be nice.
Upvotes: -1