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.
Labels