Skip to: Site menu | Main content

Groovy 

      Download | Documentation | Developers | Community

An agile dynamic language for the Java Platform

Groovy.Net module discussion Add comment to Wiki View in Wiki Edit Wiki page Printable Version

Further development

Should Running Groovy on .NET 2.0 using IKVM be a Groovy Module? The intention would be to save people from having to go through the steps mentioned in the link.

It is possible by providing a number of EXE files for invoking Groovy services (groovyc, groovy console, etc.). One important thing is that the process of compiling Groovy files into .NET DLL is a bit tricky. We can compile Groovy files into .classes using groovyc, then we have to pack them into a jar file, and finally call ikvmc to compile the jar in to a DLL.