From: Sascha H. <sa...@xm...> - 2010-12-29 22:08:35
|
Hi Jochen, as Groovy is producing class files which contain regular Java Bytecode, there shouldn't be any issue to process applications developed using Groovy with XMLVM. I haven't tried that myself yet though. At the moment we don't have anybody working actively on the .NET target as far as I know, but some people will be spending some time on Win7 mobile. So you might be able to profit from that directly. As for Groovy Apps on Android: it seems to me that all you need to do is run the Groovy-generated class files through the DEX compiler, no? // Sascha On Wed, Dec 29, 2010 at 10:21 PM, Jochen Theodorou <bla...@gm...>wrote: > Hi all, > > I am heavily involved with the Groovy programming language project and I > was wondering what it would need to have it in the tool-chain. > > Groovy mostly compiles to bytecode as java, so that part is not really > the problem actually. The problem comes if you want a bit of performance > and not a several MB big lib I guess. > > For me of interest is the .Net target, the javascript target and of > course being able to run Groovy on Android. There has been a project > enabling Groovy on Android, but it was extremely slow. > > bye blackdrag > > -- > Jochen "blackdrag" Theodorou > The Groovy Project Tech Lead > http://blackdragsview.blogspot.com/ > For Groovy programming sources visit http://groovy.codehaus.org > > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |