Tag: editor
-
Going to have to try eclim
For my MSc project I made heavy use of the Eclipse IDE to write various Groovy programs that took an XML input and output an SVG (of course SVG is XML also, but I hope you understand). Groovy was a great choice as, while not as fast as C, for instance, it was easy to…