Dierk König interviewed: “The future of Groovy++ is within your Grasp”
![]()

JAXenter interviewed Canoo Fellow Dierk König on Groovy++. Read the Interview in German or join the Groovy++ Group dedicated to discussions of experimental statically typed compiler for Groovy programming language!
Update: As from now, the interview is also available in English! By the way: What is “Groovy++”?
Dierk König: Groovy + + is an extension of Groovy, which makes Groovy code pretty much as fast as native Java. In addition, you get static type checking plus type inference, yielding the benefits of compile-time safety but without the noise. To use the language extension, you only need one additional jar file in the classpath. Then you can annotate the required code parts – classes for example – with @Typed. The rest happens automatically. This approach takes advantage of Groovy’s ability to hook into the compilation step with AST Transformations. The name “Groovy + +” indicates that it is still Groovy, and therefore encompasses the entire beauty of the language syntax while exceeding the standard characteristics. Read on!











therohan said,
March 2, 2010 @ 11:56 am
Good one guys. I just found a developer’s guide to create rich Internet applications for Nokia phones. here’s a link to download the guide: http://www.forum.nokia.com/info/sw.nokia.com/id/fd380812-9ef6-4c83-97d2-7430fc4a9861/RIA_Developers_Guide.html